Serialization in .NET
Author:
Joydip Kanjilal
Serialization is the concept whereby an object is written into a linear stream of data. The .NET Framework provides an excellant support to serializing and deserializing objects. This article discusses Serialization, XML, SOAP and Binary with code examples.
More Tutorials
|