C# Class Newtonsoft.Json.Serialization.JsonDictionaryContract

Contract details for a Type used by the JsonSerializer.
Inheritance: Newtonsoft.Json.Serialization.JsonContainerContract
Exibir arquivo Open project: thirumg/Avro.NET Class Usage Examples

Private Properties

Property Type Description
CreateWrapper IWrappedDictionary
IsTypeGenericDictionaryInterface bool

Public Methods

Method Description
JsonDictionaryContract ( Type underlyingType ) : System

Initializes a new instance of the JsonDictionaryContract class.

Private Methods

Method Description
CreateWrapper ( object dictionary ) : IWrappedDictionary
IsTypeGenericDictionaryInterface ( Type type ) : bool

Method Details

JsonDictionaryContract() public method

Initializes a new instance of the JsonDictionaryContract class.
public JsonDictionaryContract ( Type underlyingType ) : System
underlyingType System.Type The underlying type for the contract.
return System