<PackageReference Include="System.Text.Json" Version="7.0.0-rc.1.22426.10" />

JsonDictionaryConverter<TDictionary, TKey, TValue>

abstract class JsonDictionaryConverter<TDictionary, TKey, TValue> : JsonDictionaryConverter<TDictionary>
protected JsonConverter<TKey> _keyConverter

protected JsonConverter<TValue> _valueConverter

protected static JsonConverter<T> GetConverter<T>(JsonTypeInfo typeInfo)

protected abstract void Add(TKey key, TValue& modreq(System.Runtime.InteropServices.InAttribute) value, JsonSerializerOptions options, ref ReadStack state)

protected virtual void ConvertCollection(ref ReadStack state, JsonSerializerOptions options)

protected virtual void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state)