Classes
CaseInsensitiveEnumConverter<T>
A converter for an enum of type T
, that converts the enum to its string representation and back,
ignoring the case of the serialized value for deseiralization.
CollectionConverter<T, TCollection>
A base class for all
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).
CustomValueTypeConverter<T>
A ValueConverter<T> for custom value types, serialized identically to the reference types serialized with Generated<T>(Config, Boolean).
DictionaryConverter<TValue>
A converter for instances of
DictionaryConverter<TValue, TConverter>
A converter for instances of
EnumConverter<T>
A converter for an enum of type T
, that converts the enum to its string representation and back.
HexColorConverter
A converter for
IDictionaryConverter<TValue>
A converter for instances of
IDictionaryConverter<TValue, TConverter>
A converter for instances of
IListConverter<T>
A CollectionConverter<T, TCollection> for an
IListConverter<T, TConverter>
An IListConverter<T> which default constructs a converter for use as the value converter.
ListConverter<T>
A CollectionConverter<T, TCollection> for a
ListConverter<T, TConverter>
A ListConverter<T> which default constructs a converter for use as the value converter.
NullableConverter<T>
A converter for a
NullableConverter<T, TConverter>
A converter for a TConverter
to use as the underlying converter. Use this in the UseConverterAttribute.
NumericEnumConverter<T>
A converter for an enum of type T
, that converts the enum to its underlying value for serialization.