0
kicks
XNA Society - Serializing and Deserializing XML Documents
The purpose of XML serialization is to enable the conversion of XML documents to runtime objects and vice-versa. When you serialize data, a new document is created and the data is saved to it. However, when you deserialize data, the document is loaded and the data is converted into a managed object.