XSerializer
XSerializer copied to clipboard
Expose extensibility/value converters
The main reason why I wanted to use XSerializer was because I noticed the IValueConverter interface -- but now I see it is internal. I think users should be able to define/override their own serialization logic for any type/property, similar to what Json.Net does.