Data Serialization

  • Thread starter Thread starter Constanza
  • Start date Start date
C

Constanza

Hi.

I am interested in know how work the data serialization in .Net Framework
with C#.

Thanks,
Constanza.
 
Thanks for Shariq's informative inputs.

Hi Constanza,

In addition to the binary serialization Shariq has mentioned, there is also
powerful XML Serialization support in .net frame work, here is the
reference in msdn:

#XML and SOAP Serialization
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconSerialization.asp?
frame=true

Hope also helps. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top