C# Class cdeNewtonsoft.Json.Serialization.JsonStringContract

Contract details for a Type used by the JsonSerializer.
Inheritance: cdeNewtonsoft.Json.Serialization.JsonPrimitiveContract
Mostra file Open project: TRUMPF-IoT/C-DEngine

Public Methods

Method Description
JsonStringContract ( Type underlyingType ) : System

Initializes a new instance of the JsonStringContract class.

Method Details

JsonStringContract() public method

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