Community

Application development: An introduction to serialization in .NET

(S. Vikram) Serialization is the process of saving the state of an object by converting it to a stream of bytes. The object can then be persisted to file, database, or even memory. The reverse process of serialization is known as deserialization. In this article, I discuss the uses of serialization

Read More - Register for Free Membership