![]() | CamelCasePropertyNamesContractResolver Class |
Namespace: Newtonsoft.Json.Serialization
public class CamelCasePropertyNamesContractResolver : DefaultContractResolver
The CamelCasePropertyNamesContractResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | CamelCasePropertyNamesContractResolver |
Initializes a new instance of the CamelCasePropertyNamesContractResolver class.
|
Name | Description | |
---|---|---|
![]() | DefaultMembersSearchFlags | Obsolete.
Gets or sets the default members search flags.
(Inherited from DefaultContractResolver.) |
![]() | DynamicCodeGeneration |
Gets a value indicating whether members are being get and set using dynamic code generation.
This value is determined by the runtime permissions available.
(Inherited from DefaultContractResolver.) |
![]() | IgnoreIsSpecifiedMembers |
Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types.
(Inherited from DefaultContractResolver.) |
![]() | IgnoreSerializableAttribute |
Gets or sets a value indicating whether to ignore the SerializableAttribute attribute when serializing and deserializing types.
(Inherited from DefaultContractResolver.) |
![]() | IgnoreSerializableInterface |
Gets or sets a value indicating whether to ignore the ISerializable interface when serializing and deserializing types.
(Inherited from DefaultContractResolver.) |
![]() | IgnoreShouldSerializeMembers |
Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types.
(Inherited from DefaultContractResolver.) |
![]() | NamingStrategy |
Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized.
(Inherited from DefaultContractResolver.) |
![]() | SerializeCompilerGeneratedMembers |
Gets or sets a value indicating whether compiler generated members should be serialized.
(Inherited from DefaultContractResolver.) |
Name | Description | |
---|---|---|
![]() | CreateArrayContract |
Creates a JsonArrayContract for the given type.
(Inherited from DefaultContractResolver.) |
![]() | CreateConstructorParameters |
Creates the constructor parameters.
(Inherited from DefaultContractResolver.) |
![]() | CreateContract |
Determines which contract type is created for the given type.
(Inherited from DefaultContractResolver.) |
![]() | CreateDictionaryContract |
Creates a JsonDictionaryContract for the given type.
(Inherited from DefaultContractResolver.) |
![]() | CreateDynamicContract |
Creates a JsonDynamicContract for the given type.
(Inherited from DefaultContractResolver.) |
![]() | CreateISerializableContract |
Creates a JsonISerializableContract for the given type.
(Inherited from DefaultContractResolver.) |
![]() | CreateLinqContract |
Creates a JsonLinqContract for the given type.
(Inherited from DefaultContractResolver.) |
![]() | CreateMemberValueProvider |
Creates the IValueProvider used by the serializer to get and set values from a member.
(Inherited from DefaultContractResolver.) |
![]() | CreateObjectContract |
Creates a JsonObjectContract for the given type.
(Inherited from DefaultContractResolver.) |
![]() | CreatePrimitiveContract |
Creates a JsonPrimitiveContract for the given type.
(Inherited from DefaultContractResolver.) |
![]() | CreateProperties |
Creates properties for the given JsonContract.
(Inherited from DefaultContractResolver.) |
![]() | CreateProperty |
Creates a JsonProperty for the given MemberInfo.
(Inherited from DefaultContractResolver.) |
![]() | CreatePropertyFromConstructorParameter |
Creates a JsonProperty for the given ParameterInfo.
(Inherited from DefaultContractResolver.) |
![]() | CreateStringContract |
Creates a JsonStringContract for the given type.
(Inherited from DefaultContractResolver.) |
![]() | 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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetResolvedPropertyName |
Gets the resolved name of the property.
(Inherited from DefaultContractResolver.) |
![]() | GetSerializableMembers |
Gets the serializable members for the type.
(Inherited from DefaultContractResolver.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResolveContract |
Resolves the contract for a given type.
(Overrides DefaultContractResolverResolveContract(Type).) |
![]() | ResolveContractConverter |
Resolves the default JsonConverter for the contract.
(Inherited from DefaultContractResolver.) |
![]() | ResolveDictionaryKey |
Resolves the key of the dictionary. By default ResolvePropertyName(String) is used to resolve dictionary keys.
(Inherited from DefaultContractResolver.) |
![]() | ResolveExtensionDataName |
Resolves the name of the extension data. By default no changes are made to extension data names.
(Inherited from DefaultContractResolver.) |
![]() | ResolvePropertyName |
Resolves the name of the property.
(Inherited from DefaultContractResolver.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |