<PackageReference Include="System.Text.Json" Version="6.0.0-rc.1.21451.13" />

JsonTypeInfoInternal<T>

sealed class JsonTypeInfoInternal<T> : JsonTypeInfo<T>

public JsonTypeInfoInternal(JsonSerializerOptions options, Func<T> createObjectFunc, Func<JsonConverter<T>> converterCreator, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, T> serializeFunc, Type elementType, object createObjectWithArgs = null, object addFunc = null)

public JsonTypeInfoInternal(JsonSerializerOptions options, Func<T> createObjectFunc, Func<JsonConverter<T>> converterCreator, JsonTypeInfo keyInfo, JsonTypeInfo valueInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, T> serializeFunc, Type keyType, Type elementType, object createObjectWithArgs = null)