Show / Hide Table of Contents

    Classes

    CollectionConverter<T, TCollection>

    A base class for all ICollection<T> type converters, providing most of the functionality.

    CollectionConverter<T, TCollection, TConverter>

    A CollectionConverter<T, TCollection> which default constructs a converter for use as the value converter.

    Converter

    Provides utility functions for custom converters.

    Converter<T>

    Provides generic utilities for converters for certain types.

    CustomObjectConverter<T>

    A ValueConverter<T> for objects normally serialized to config via Generated<T>(Config, Boolean).

    IListConverter<T>

    A CollectionConverter<T, TCollection> for an IList<T>, creating a List<T> when deserializing.

    IListConverter<T, TConverter>

    An IListConverter<T> which default constructs a converter for use as the value converter.

    ISetConverter<T>

    A CollectionConverter<T, TCollection> for an ISet<T>, creating a HashSet<T> when deserializing.

    ISetConverter<T, TConverter>

    An ISetConverter<T> which default constructs a converter for use as the value converter.

    ListConverter<T>

    A CollectionConverter<T, TCollection> for a List<T>.

    ListConverter<T, TConverter>

    A ListConverter<T> which default constructs a converter for use as the value converter.

    NullableConverter<T>

    A converter for a Nullable<T>.

    NullableConverter<T, TConverter>

    A converter for a Nullable<T> that default-constructs a converter of type TConverter to use as the underlying converter. Use this in the UseConverterAttribute.

    Back to top Generated by DocFX