Pages

Men

rh

7/06/2012

What does the namespace "System.Runtime.Serialization" exactly do in WCF ?

WCF uses the class to convert objects into a stream of data suitable for transmitting over the network (this process is known as Serialization). It also uses them to convert a stream of data received from the network back into objects (De-Serialization).

No comments :

Post a Comment