Table of Contents

Class JsonDictionaryContract

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll

Contract details for a Type used by the JsonSerializer.

public class JsonDictionaryContract : JsonContract
Inheritance
JsonDictionaryContract
Inherited Members

Constructors

JsonDictionaryContract(Type)

Initializes a new instance of the JsonDictionaryContract class.

public JsonDictionaryContract(Type underlyingType)

Parameters

underlyingType Type

The underlying type for the contract.

Properties

PropertyNameResolver

Gets or sets the property name resolver.

public Func<string, string> PropertyNameResolver { get; set; }

Property Value

Func<string, string>

The property name resolver.