Show / Hide Table of Contents

Namespace ExtendedXmlSerializer.ContentModel.Conversion

Classes

Converter<T>

A delegate-based converter used as a convenience for extension authors.

ConverterBase<T>

Base converter used as a convenience for extension authors.

DateTimeConverter

A converter for handling System.DateTime values in line with how classical serialization handles them.

Interfaces

IConvert<T>

Core converter used for converting values of the provided type to and from its text equivalent.

IConverter

Root-level component that is used to convert the configured type to and from string text. This is a generalized version of IConverter<T>

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.

Back to top Generated by DocFX