DictionaryDefaultConverter<TCollection, TValue> abstract class DictionaryDefaultConverter<TCollection, TValue> : JsonDictionaryConverter<TCollection> Documentation Code protected DictionaryDefaultConverter() protected static JsonConverter<TValue> GetElementConverter(ref ReadStack state) protected static JsonConverter<TValue> GetValueConverter(ref WriteStack state) protected abstract void Add(TValue value, JsonSerializerOptions options, ref ReadStack state) protected virtual void ConvertCollection(ref ReadStack state, JsonSerializerOptions options) protected virtual void CreateCollection(ref ReadStack state) protected string GetKeyName(string key, ref WriteStack state, JsonSerializerOptions options)