RKS
unread,Jul 27, 2006, 12:52:27 PM7/27/06Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Hope this is a right group. I am new to C# development. I have been
programming MFC for a long time. I have read many articles about
serialization in C#. But somehow I am a still little confused. My
question is if I declare a [Serializable] attribute for a class, where
do I have to declare the methods for serializing and deserializing. I
mean specifying the binary or XML formatter and the file name etc. and
reading back into the object. And when is it called (in MFC Open and
save call (De)serialize and serialize respectively.) It will be really
helpful if somebody can provied me an example or a link to a good
tutorial.
Thanks