Serialization in .Net – Part-1 (What is Serialization)

Serialization is the process of converting an object into a stream of bytes or XML String, which can be saved into memory, a database, or a file or sent over a network connection.

Comments