DictionaryDefaultConverter<TDictionary, TKey, TValue> abstract class DictionaryDefaultConverter<TDictionary, TKey, TValue> : JsonDictionaryConverter<TDictionary, TKey, TValue> where TDictionary : IEnumerable<KeyValuePair<TKey, TValue>> Documentation Code protected DictionaryDefaultConverter()