How does the XmlSerializer work?
How does the XmlSerializer work?
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.
VulpesPosted Jun 9, 2011, 7:16 AM
There's no need to ask the same question twice.
If you're not happy with the answers, then just ask for clarification.
Sam HobbsPosted Jun 6, 2011, 1:02 AM
If however you intend to ask how to use it instead of how it works then please at least look at the articles in this web site about XmlSerializer. Some of them are listed under "Our recommended articles" at the right side of this window. If after reading the articles you have a specific question then you are more likely to get the most useful help possible when you ask specific questions after reading the available material in this web site ont the subect.
Note that I wrote the article at the top of the list at the right side here. I know I could write the article better but I hope it helps anyway.
Koteswararao MallisettiPosted Jun 6, 2011, 12:44 AM
ex:
person p=new person(){firstName="ram",lastName="m"};
after convert