C# Class Newtonsoft.Json.Serialization.JsonObjectContract

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

Private Properties

Property Type Description
GetUninitializedObject object

Public Methods

Method Description
JsonObjectContract ( Type underlyingType ) : System

Initializes a new instance of the JsonObjectContract class.

Private Methods

Method Description
GetUninitializedObject ( ) : object

Method Details

JsonObjectContract() public method

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