5 types derived from DictionaryDefaultConverter
System.Text.Json (5)
System\Text\Json\Serialization\Converters\Collection\DictionaryOfTKeyTValueConverter.cs (1)
14: DictionaryDefaultConverter<TCollection, TKey, TValue>
System\Text\Json\Serialization\Converters\Collection\IDictionaryOfTKeyTValueConverter.cs (1)
15: DictionaryDefaultConverter<TDictionary, TKey, TValue>
System\Text\Json\Serialization\Converters\Collection\ImmutableDictionaryOfTKeyTValueConverter.cs (1)
11: DictionaryDefaultConverter<TDictionary, TKey, TValue>
System\Text\Json\Serialization\Converters\Collection\IReadOnlyDictionaryOfTKeyTValueConverter.cs (1)
10: DictionaryDefaultConverter<TDictionary, TKey, TValue>
System\Text\Json\Serialization\Converters\FSharp\FSharpMapConverter.cs (1)
11internal sealed class FSharpMapConverter<TMap, TKey, TValue> : DictionaryDefaultConverter<TMap, TKey, TValue>