Json.NET - Quick Starts & API Documentation
CamelCasePropertyNamesContractResolver Class
Namespaces ► Newtonsoft.Json.Serialization ► CamelCasePropertyNamesContractResolver
Resolves member mappings for a type, camel casing property names.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class CamelCasePropertyNamesContractResolver : DefaultContractResolver
Public Class CamelCasePropertyNamesContractResolver _ Inherits DefaultContractResolver
public ref class CamelCasePropertyNamesContractResolver : public DefaultContractResolver
Members
All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
CamelCasePropertyNamesContractResolver()()()() |
Initializes a new instance of the CamelCasePropertyNamesContractResolver class.
|
|
CreateArrayContract(Type) |
Creates a JsonArrayContract for the given type.
(Inherited from DefaultContractResolver.) |
|
CreateConstructorParameters(ConstructorInfo, JsonPropertyCollection) |
Creates the constructor parameters.
(Inherited from DefaultContractResolver.) |
|
CreateContract(Type) |
Determines which contract type is created for the given type.
(Inherited from DefaultContractResolver.) |
|
CreateDictionaryContract(Type) |
Creates a JsonDictionaryContract for the given type.
(Inherited from DefaultContractResolver.) |
|
CreateDynamicContract(Type) |
Creates a JsonDynamicContract for the given type.
(Inherited from DefaultContractResolver.) |
|
CreateISerializableContract(Type) |
Creates a JsonISerializableContract for the given type.
(Inherited from DefaultContractResolver.) |
|
CreateLinqContract(Type) |
Creates a JsonLinqContract for the given type.
(Inherited from DefaultContractResolver.) |
|
CreateMemberValueProvider(MemberInfo) |
Creates the IValueProvider used by the serializer to get and set values from a member.
(Inherited from DefaultContractResolver.) |
|
CreateObjectContract(Type) |
Creates a JsonObjectContract for the given type.
(Inherited from DefaultContractResolver.) |
|
CreatePrimitiveContract(Type) |
Creates a JsonPrimitiveContract for the given type.
(Inherited from DefaultContractResolver.) |
|
CreateProperties(Type, MemberSerialization) |
Creates properties for the given JsonContract.
(Inherited from DefaultContractResolver.) |
|
CreateProperty(MemberInfo, MemberSerialization) |
Creates a JsonProperty for the given MemberInfo.
(Inherited from DefaultContractResolver.) |
|
CreatePropertyFromConstructorParameter(JsonProperty, ParameterInfo) |
Creates a JsonProperty for the given ParameterInfo.
(Inherited from DefaultContractResolver.) |
|
CreateStringContract(Type) |
Creates a JsonStringContract for the given type.
(Inherited from DefaultContractResolver.) |
|
DefaultMembersSearchFlags |
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.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetResolvedPropertyName(String) |
Gets the resolved name of the property.
(Inherited from DefaultContractResolver.) |
|
GetSerializableMembers(Type) |
Gets the serializable members for the type.
(Inherited from DefaultContractResolver.) |
|
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
|
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.) |
|
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ResolveContract(Type) |
Resolves the contract for a given type.
(Inherited from DefaultContractResolver.) |
|
ResolveContractConverter(Type) |
Resolves the default JsonConverter for the contract.
(Inherited from DefaultContractResolver.) |
|
ResolvePropertyName(String) |
Resolves the name of the property.
(Overrides DefaultContractResolver.ResolvePropertyName(String).) |
|
SerializeCompilerGeneratedMembers |
Gets or sets a value indicating whether compiler generated members should be serialized.
(Inherited from DefaultContractResolver.) |
|
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | ||
DefaultContractResolver | ||
CamelCasePropertyNamesContractResolver |