Json.NET - Quick Starts & API Documentation
ContractResolver Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► ContractResolver
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 IContractResolver ContractResolver { get; set; }
Public Property ContractResolver As IContractResolver Get Set
public: property IContractResolver^ ContractResolver { IContractResolver^ get (); void set (IContractResolver^ value); }
Value
The contract resolver.