Cst556 Distributed Applications for .NET with Mono 2 ...

-Call the Serialize method to convert the object into an XML document. • Steps to deserialize an object from an XML document-Create a suitable object to read the document or stream (Stream, TextWriter, or XmlWriter).-Invoke the Deserialize method while casting the resulting object to the type of the original object (that was serialized). ................
................