C# Class Newtonsoft.Json.Tests.Documentation.ConverterContractResolver

Inheritance: Newtonsoft.Json.Serialization.DefaultContractResolver
Show file Open project: JamesNK/Newtonsoft.Json

Public Properties

Property Type Description
Instance ConverterContractResolver

Protected Methods

Method Description
CreateContract ( Type objectType ) : JsonContract

Method Details

CreateContract() protected method

protected CreateContract ( Type objectType ) : JsonContract
objectType System.Type
return Newtonsoft.Json.Serialization.JsonContract

Property Details

Instance public static property

public static ConverterContractResolver,Newtonsoft.Json.Tests.Documentation Instance
return ConverterContractResolver