Interface 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.
Inherited Members
Namespace: ExtendedXmlSerializer.ContentModel.Conversion
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IConverter<T> : ISpecification<TypeInfo>, IConvert<T>
Type Parameters
T
The instance type to convert. |