System.Text.Json.Serialization.Converters.IDictionaryOfTKeyTValueConverter<TDictionary, TKey, TValue> sealed class IDictionaryOfTKeyTValueConverter<TDictionary, TKey, TValue> : DictionaryDefaultConverter<TDictionary, TKey, TValue> where TDictionary : IDictionary<TKey, TValue> Documentation Code namespace System.Text.Json.Serialization.Converters { }