encodingStyle usage in XmlSerializer.Serialize
- by Vishal Seth
Can somebody please explain the use of 4th parameter of
public void Serialize(
XmlWriter xmlWriter,
Object o,
XmlSerializerNamespaces namespaces,
string encodingStyle
)
My issue is this:
I've following string in one of the fields of my object:
"reviewed ?" // music notation
When I serialize it, it becomes
& # x E; // see…