I have an XML that I want to load to objects, manipulate those objects (set values, read values) and then save those XMLs back. It is important for me to have the XML in the
I'll bet NetDataContractSerializer can do what you want.