Class CamelCasePropertyNamesContractResolver
Resolves member mappings for a type, camel casing property names.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Serialization
Assembly: Bayat.Json.Runtime.dll
Syntax
public class CamelCasePropertyNamesContractResolver : DefaultContractResolver, IContractResolver
Constructors
| Improve this Doc View SourceCamelCasePropertyNamesContractResolver()
Initializes a new instance of the CamelCasePropertyNamesContractResolver class.
Declaration
public CamelCasePropertyNamesContractResolver()
Methods
| Improve this Doc View SourceResolvePropertyName(String)
Resolves the name of the property.
Declaration
protected override string ResolvePropertyName(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Name of the property. |
Returns
Type | Description |
---|---|
System.String | The property name camel cased. |