System.Text.Json.Serialization.Converters.ListOfTConverter<TCollection, TElement>
sealed class ListOfTConverter<TCollection, TElement> : IEnumerableDefaultConverter<TCollection, TElement> where TCollection : List<TElement>
namespace System.Text.Json.Serialization.Converters
{
}