Class JsonDictionaryContract
- Namespace
- Newtonsoft.Json.Serialization
- Assembly
- Newtonsoft.Json.dll
public class JsonDictionaryContract : JsonContainerContract
- Inheritance
-
JsonDictionaryContract
- Inherited Members
- Extension Methods
Constructors
JsonDictionaryContract(Type)
public JsonDictionaryContract(Type underlyingType)
Parameters
underlyingType
Type
Properties
DictionaryKeyResolver
public Func<string, string>? DictionaryKeyResolver { get; set; }
Property Value
DictionaryKeyType
public Type? DictionaryKeyType { get; }
Property Value
DictionaryValueType
public Type? DictionaryValueType { get; }
Property Value
HasParameterizedCreator
public bool HasParameterizedCreator { get; set; }
Property Value
OverrideCreator
public ObjectConstructor<object>? OverrideCreator { get; set; }