XmlSerializer
What is XmlSerializer and how does it works?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 8, 2012, 12:24 AM
The XmlSerializer enables you to control how objects are encoded into XML..XmlSerializer in the .NET Framework is a great tool to convert Xml into runtime objects and vice versa.
Please refer the below links
http://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlserializer%28v=vs.71%29.aspx
http://www.switchonthecode.com/tutorials/csharp-tutorial-xml-serialization
http://www.c-sharpcorner.com/uploadfile/SamTomato/xmlserializer-class-for-reading-and-writing-xml/default.aspx
Thanks