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