|
How does XmlSerializer convert primitive types to string representation and back? How can I substitute my own formatter/parser? E.g., I want to serialize a Double property of my object such that its string representation would include only two decimal places. How can I do that? MSDN documentation is not clear about this. Thanks!
|