5 types derived from JsonResumableConverter
System.Text.Json (5)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (1)
15internal abstract class JsonCollectionConverter<TCollection, TElement> : JsonResumableConverter<TCollection>
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (1)
13internal abstract class JsonDictionaryConverter<TDictionary> : JsonResumableConverter<TDictionary>
System\Text\Json\Serialization\Converters\Collection\RootLevelListConverter.cs (1)
14internal sealed class RootLevelListConverter<T> : JsonResumableConverter<List<T?>>
System\Text\Json\Serialization\Converters\JsonMetadataServicesConverter.cs (1)
18internal sealed class JsonMetadataServicesConverter<T> : JsonResumableConverter<T>
System\Text\Json\Serialization\Converters\Object\JsonObjectConverter.cs (1)
10internal abstract class JsonObjectConverter<T> : JsonResumableConverter<T>