Namespace ExtendedXmlSerializer.ContentModel.Conversion
Classes
A delegate-based converter used as a convenience for extension authors. |
Base converter used as a convenience for extension authors. |
A converter for handling System.DateTime values in line with how classical serialization handles them. |
Interfaces
Core converter used for converting values of the provided type to and from its text equivalent. |
Root-level component that is used to convert the configured type to and from string text. This is a generalized version of IConverter<T> |
Root-level component that is used to convert the configured type to and from string text. This component builds on the IConvert<T> class to provide a specification to let the serializer know it can (or cannot) handle a provided type during serialization selection. |