Serialize xml string to object c

the XmlSerializer class When you copy the returned classes in the directory of your solution, you can deserialize your XML string or file using the 'Root' class as mentioned in commented example below: Here are the classes returned from the previous example: /* using System.Xml.Serialization; XmlSerializer serializer = new ................
................