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