C# Class Newtonsoft.Json.Serialization.JsonISerializableContract

Contract details for a Type used by the JsonSerializer.
Inheritance: Newtonsoft.Json.Serialization.JsonContainerContract
Afficher le fichier Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Méthodes publiques

Méthode Description
JsonISerializableContract ( Type underlyingType ) : System

Initializes a new instance of the JsonISerializableContract class.

Method Details

JsonISerializableContract() public méthode

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