MSDN documentation states:Serialization is the process of converting an object into a form that can be readily transported. For example, you can serialize an object and transport it over the Internet using HTTP between a client and a server. On the other end, deserialization reconstructs the object from the stream.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)