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.
Sam HobbsPosted Jun 9, 2011, 6:55 AM
VulpesPosted Jun 9, 2011, 4:38 AM
When the object is deserialized, a new instance is created and is then initialized by converting back the XML elements to their corresponding field or property values.