C# Class Newtonsoft.Json.Serialization.JsonISerializableContract

Contract details for a Type used by the JsonSerializer.
Inheritance: Newtonsoft.Json.Serialization.JsonContainerContract
显示文件 Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Public Methods

Method Description
JsonISerializableContract ( Type underlyingType ) : System

Initializes a new instance of the JsonISerializableContract class.

Method Details

JsonISerializableContract() public method

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