Community

Basics of Serialization in .NET Framework 3.0

(Uday Denduluri) Serialization is the process of converting an object into a stream of bytes. We generally perform serialization for persisting an object and saving a state of an object. The persisted location can be a file or a database. In .NET Framework when an object is serialized it not only pe

Read More - Register for Free Membership