Click or drag to resize

MementoJsonContractResolver Methods

The MementoJsonContractResolver type exposes the following members.

Methods
 NameDescription
Protected methodCreateArrayContract Creates a JsonArrayContract for the given type.
(Inherited from DefaultContractResolver)
Protected methodCreateConstructorParameters Creates the constructor parameters.
(Inherited from DefaultContractResolver)
Protected methodCreateContract Determines which contract type is created for the given type.
(Inherited from DefaultContractResolver)
Protected methodCreateDictionaryContract Creates a JsonDictionaryContract for the given type.
(Inherited from DefaultContractResolver)
Protected methodCreateDynamicContract Creates a JsonDynamicContract for the given type.
(Inherited from DefaultContractResolver)
Protected methodCreateISerializableContract Creates a JsonISerializableContract for the given type.
(Inherited from DefaultContractResolver)
Protected methodCreateLinqContract Creates a JsonLinqContract for the given type.
(Inherited from DefaultContractResolver)
Protected methodCreateMemberValueProvider Creates the IValueProvider used by the serializer to get and set values from a member.
(Inherited from DefaultContractResolver)
Protected methodCreateObjectContract Creates a JsonObjectContract for the given type.
(Inherited from DefaultContractResolver)
Protected methodCreatePrimitiveContract Creates a JsonPrimitiveContract for the given type.
(Inherited from DefaultContractResolver)
Protected methodCreateProperties
(Overrides DefaultContractResolver.CreateProperties(Type, MemberSerialization))
Protected methodCreateProperty Creates a JsonProperty for the given MemberInfo.
(Overrides DefaultContractResolver.CreateProperty(MemberInfo, MemberSerialization))
Protected methodCreatePropertyFromConstructorParameter Creates a JsonProperty for the given ParameterInfo.
(Inherited from DefaultContractResolver)
Protected methodCreateStringContract Creates a JsonStringContract for the given type.
(Inherited from DefaultContractResolver)
Public methodGetPropertyNamesT Allows retrieving a property name in a strong-typed way.
Public methodGetResolvedPropertyName Gets the resolved name of the property.
(Inherited from DefaultContractResolver)
Protected methodGetSerializableMembers Gets the serializable members for the type.
(Inherited from DefaultContractResolver)
Public methodResolveContract Resolves the contract for a given type.
(Inherited from DefaultContractResolver)
Protected methodResolveContractConverter Resolves the default JsonConverter for the contract.
(Inherited from DefaultContractResolver)
Protected methodResolveDictionaryKey Resolves the key of the dictionary. By default ResolvePropertyName(String) is used to resolve dictionary keys.
(Inherited from DefaultContractResolver)
Protected methodResolveExtensionDataName Resolves the name of the extension data. By default no changes are made to extension data names.
(Inherited from DefaultContractResolver)
Protected methodResolvePropertyName Resolves the name of the property.
(Inherited from DefaultContractResolver)
Top
See Also