C# Class Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver

Inheritance: DefaultContractResolver
显示文件 Open project: NicePeopleAtWork/NicePlayers Class Usage Examples

Public Methods

Method Description
CamelCasePropertyNamesContractResolver ( ) : System.Globalization

Initializes a new instance of the CamelCasePropertyNamesContractResolver class.

Protected Methods

Method Description
ResolvePropertyName ( string propertyName ) : string

Resolves the name of the property.

Method Details

CamelCasePropertyNamesContractResolver() public method

Initializes a new instance of the CamelCasePropertyNamesContractResolver class.
public CamelCasePropertyNamesContractResolver ( ) : System.Globalization
return System.Globalization

ResolvePropertyName() protected method

Resolves the name of the property.
protected ResolvePropertyName ( string propertyName ) : string
propertyName string Name of the property.
return string