Community

Implement XML serialization in the .NET Framework

(Zach Smith) Serialization is the act of saving an object to a storage medium or transforming the object so that it may be sent across a network. After an object is serialized, you will want to deserialize it which is the act of turning the data back into a usable object. This type of functionality

Read More - Register for Free Membership