Community

Serialize and Deserialize IEnumerable Objects

(LSteinle) The process of converting the data in an object to XML is called serialization. The reverse of serialization, loading XML into the object, is called deserialization. Shallow serialization converts the public properties and fields into XML while deep serialization converts both public and

Read More - Register for Free Membership