Search Results

2
votes

XmlSerializer Serialize empty variable to use both tags?

The main issue here is that the XmlSerializer calls WriteEndElement() on the XmlWriter when it would write an end tag. This, however, generates the shorthand …