Author: SSWUG Research

Community

Introducing Serialization in .NET

(Joydip Kanjilal) Serialization is the concept whereby an object is written into a linear stream. The .NET Framework provides an excellant support to serializing and deserializing objects. This article discusses Serialization, XML, SOAP and Binary and provides code examples to illustrate the concept