Serialization is the process of converting an object into a stream of bytes in order to store the object or transmit it to memory, a database, or a file.
Microsoft page Serialization
The following example demonstrates Serialization in WCF:
[ServiceContract(Namespace="http://Microsoft.Ser...