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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top