|
Classes |
| class | BitArrayConverter |
| | Converter for the System.Collections.BitArray type. More...
|
| class | ChainedConverter |
| | Type converter that wraps multiple converters. Used when multiple JsonConvert attributes are specified on an element. More...
|
| class | ConverterUtil |
| | Helper class for custom type conversion. Will populate an object from a dictionary or copy its properties to a dictionary. More...
|
| class | DictionaryToListConverter |
| | Converts a dictionary of objects to a list. On Deserialization, a property of the value type is used as the key. More...
|
| interface | IJsonTypeConverter |
| | An interface for converting from one type to another for serialization/deserialization. The resulting type is left unspecified. More...
|
| class | TypeConverterAdapter |
| | TypeConverter that utilizes the System.ComponentModel.TypeConverter for a given type. More...
|