CamelCaseNamingStrategy Class | 
Namespace: Newtonsoft.Json.Serialization
public class CamelCaseNamingStrategy : NamingStrategy
The CamelCaseNamingStrategy type exposes the following members.
| Name | Description | |
|---|---|---|
| CamelCaseNamingStrategy | 
            Initializes a new instance of the CamelCaseNamingStrategy class.
              | |
| CamelCaseNamingStrategy(Boolean, Boolean) | 
            Initializes a new instance of the CamelCaseNamingStrategy class.
              | |
| CamelCaseNamingStrategy(Boolean, Boolean, Boolean) | 
            Initializes a new instance of the CamelCaseNamingStrategy class.
              | 
| Name | Description | |
|---|---|---|
| OverrideSpecifiedNames | 
            A flag indicating whether explicitly specified property names,
            e.g. a property name customized with a JsonPropertyAttribute, should be processed.
            Defaults to false.
              (Inherited from NamingStrategy.) | |
| ProcessDictionaryKeys | 
            A flag indicating whether dictionary keys should be processed.
            Defaults to false.
              (Inherited from NamingStrategy.) | |
| ProcessExtensionDataNames | 
            A flag indicating whether extension data names should be processed.
            Defaults to false.
              (Inherited from NamingStrategy.) | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetDictionaryKey | 
            Gets the serialized key for a given dictionary key.
              (Inherited from NamingStrategy.) | |
| GetExtensionDataName | 
            Gets the serialized name for a given extension data name.
              (Inherited from NamingStrategy.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetPropertyName | 
            Gets the serialized name for a given property name.
              (Inherited from NamingStrategy.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ResolvePropertyName | 
            Resolves the specified property name.
              (Overrides NamingStrategyResolvePropertyName(String).) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |