DictionaryDefaultConverter<TDictionary, TKey, TValue>
abstract class DictionaryDefaultConverter<TDictionary, TKey, TValue> : JsonDictionaryConverter<TDictionary, TKey, TValue> where TDictionary : IEnumerable<KeyValuePair<TKey, TValue>>
Default base class implementation of JsonDictionaryConverter{TCollection} .
protected DictionaryDefaultConverter()