SourceGenJsonTypeInfo<T> sealed class SourceGenJsonTypeInfo<T> : JsonTypeInfo<T> Documentation Code public SourceGenJsonTypeInfo(JsonConverter converter, JsonSerializerOptions options) public SourceGenJsonTypeInfo(JsonSerializerOptions options, JsonObjectInfoValues<T> objectInfo) public SourceGenJsonTypeInfo(JsonSerializerOptions options, JsonCollectionInfoValues<T> collectionInfo, Func<JsonConverter<T>> converterCreator, object createObjectWithArgs = null, object addFunc = null)