Table of Contents

Class CamelCasePropertyNamesContractResolver

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

Resolves member mappings for a type, camel casing property names.

public class CamelCasePropertyNamesContractResolver : DefaultContractResolver, IContractResolver
Inheritance
CamelCasePropertyNamesContractResolver
Implements
Inherited Members

Constructors

CamelCasePropertyNamesContractResolver()

Initializes a new instance of the CamelCasePropertyNamesContractResolver class.

public CamelCasePropertyNamesContractResolver()

Methods

ResolvePropertyName(string)

Resolves the name of the property.

protected override string ResolvePropertyName(string propertyName)

Parameters

propertyName string

Name of the property.

Returns

string

The property name camel cased.