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