I have an XML document that I am deserializing (VB.NET 3.5 Framework), changing some values and serializing again. There are several XML comments in the source document. When I look through all deserializations / serializations, all comments are lost. Is there a way to save comments? If not, is there a way to add comments to serialization without having to go through the author and manually add all comments to the right place?
source
share