C# Class Newtonsoft.Json.Serialization.JsonArrayContract

Contract details for a Type used by the JsonSerializer.
Inheritance: JsonContract
Mostra file Open project: thirumg/Avro.NET Class Usage Examples

Private Properties

Property Type Description
CreateWrapper IWrappedCollection
IsTypeGenericCollectionInterface bool

Public Methods

Method Description
JsonArrayContract ( Type underlyingType ) : System

Initializes a new instance of the JsonArrayContract class.

Private Methods

Method Description
CreateWrapper ( object list ) : IWrappedCollection
IsTypeGenericCollectionInterface ( Type type ) : bool

Method Details

JsonArrayContract() public method

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