System.Text.Json.Serialization.Converters.IEnumerableConverter<TCollection>
sealed class IEnumerableConverter<TCollection> : JsonCollectionConverter<TCollection, object> where TCollection : IEnumerable
namespace System.Text.Json.Serialization.Converters
{
}