ContractResolver Property

Json.NET

Json.NET - Quick Starts & API Documentation ContractResolver Property
NamespacesNewtonsoft.JsonJsonSerializerContractResolver
Gets or sets the contract resolver used by the serializer when serializing .NET objects to JSON and vice versa.
Declaration Syntax
C# Visual Basic Visual C++
public virtual IContractResolver ContractResolver { get; set; }
Public Overridable Property ContractResolver As IContractResolver
	Get
	Set
public:
virtual property IContractResolver^ ContractResolver {
	IContractResolver^ get ();
	void set (IContractResolver^ value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)