CamelCasePropertyNamesContractResolver Class

Json.NET

Json.NET - Quick Starts & API Documentation CamelCasePropertyNamesContractResolver Class
NamespacesNewtonsoft.Json.SerializationCamelCasePropertyNamesContractResolver
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.)
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.)
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)
Determines whether the specified Object is equal to the current 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.)
GetSerializableMembers(Type)
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(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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
DefaultContractResolver
  CamelCasePropertyNamesContractResolver

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)