The text of this article is not in this database — only its details are. Read it on the old site: Serializing and Deserializing Object as XML Data Using XmlSerializer
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Lajapathy ArunPosted Apr 22, 2012, 10:27 AM
Always serialization is the easy way to do it. Just converts the object to XML. If the database collection, dataset has some option to readxml and writexml. http://msdn.microsoft.com/en-us/library/fx29c3yd(v=vs.80).aspx But i am not sure i have answer, if not please let me know the scenario to understand.
Arjun PanwarPosted Apr 22, 2012, 5:16 AM
Is there an easy way to generate my xml in the same order every time, without writing the ReadXml and WriteXml methods myself?