Can we update existing xml files using xmlserializer?

Dingo1457

New Member
Just wondering if we can update an already built xml file using xml serialization/deserializtion in C#?Also, if the file has initially only root node, can we update it with child nodes? (regardless of methods?)
 
Back
Top