Serialize to xml string c

in handy if you need to receive an XML document from another application and process it in your application. Instead of parsing the XML document using one of the APIs like DOM, you can simply deserialize the XML document into a .NET object. This saves quite a bit of effort in receiving and processing XML documents in your application. ................
................