System.Text.Json.Serialization.Converters.DictionaryOfTKeyTValueConverter<TCollection, TKey, TValue> sealed class DictionaryOfTKeyTValueConverter<TCollection, TKey, TValue> : DictionaryDefaultConverter<TCollection, TKey, TValue> where TCollection : Dictionary<TKey, TValue> Documentation Code namespace System.Text.Json.Serialization.Converters { }