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