Hi!
i suppose this is a simple question if someone is familiar with xml serialization.
I'm serializing a class which only consists of some string fields. I want to make sure that all the fields are written to the XML file, even if they are uninitialized empty strings. Is there any way to tell the xml serializer class to enforce this?