DictionaryOfTKeyTValueConverter<TCollection, TKey, TValue>
sealed class DictionaryOfTKeyTValueConverter<TCollection, TKey, TValue> : DictionaryDefaultConverter<TCollection, TKey, TValue> where TCollection : Dictionary<TKey, TValue>
Converter for Dictionary{string, TValue} that (de)serializes as a JSON object with properties
representing the dictionary element key and value.
public DictionaryOfTKeyTValueConverter()