Click or drag to resize

DynamicRpcContractResolver Class

Serializer Contract Resolver to be used if non-default serialization is needed.
Inheritance Hierarchy
SystemObject
  DefaultContractResolver
    SolidFire.CoreDynamicRpcContractResolver
      SolidFire.CoreInitiatorContractResolver

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class DynamicRpcContractResolver : DefaultContractResolver

The DynamicRpcContractResolver type exposes the following members.

Constructors
  NameDescription
Public methodDynamicRpcContractResolver
Initializes a new instance of the DynamicRpcContractResolver class
Top
Properties
  NameDescription
Public propertyDefaultMembersSearchFlags Obsolete. (Inherited from DefaultContractResolver.)
Public propertyDynamicCodeGeneration (Inherited from DefaultContractResolver.)
Public propertyIgnoreSerializableAttribute (Inherited from DefaultContractResolver.)
Public propertyIgnoreSerializableInterface (Inherited from DefaultContractResolver.)
Public propertySerializeCompilerGeneratedMembers (Inherited from DefaultContractResolver.)
Top
Methods
  NameDescription
Protected methodCreateArrayContract (Inherited from DefaultContractResolver.)
Protected methodCreateConstructorParameters (Inherited from DefaultContractResolver.)
Protected methodCreateContract (Inherited from DefaultContractResolver.)
Protected methodCreateDictionaryContract (Inherited from DefaultContractResolver.)
Protected methodCreateDynamicContract (Inherited from DefaultContractResolver.)
Protected methodCreateISerializableContract (Inherited from DefaultContractResolver.)
Protected methodCreateLinqContract (Inherited from DefaultContractResolver.)
Protected methodCreateMemberValueProvider (Inherited from DefaultContractResolver.)
Protected methodCreateObjectContract (Inherited from DefaultContractResolver.)
Protected methodCreatePrimitiveContract (Inherited from DefaultContractResolver.)
Protected methodCreateProperties (Overrides DefaultContractResolver.CreateProperties(Type, MemberSerialization).)
Protected methodCreateProperty (Inherited from DefaultContractResolver.)
Protected methodCreatePropertyFromConstructorParameter (Inherited from DefaultContractResolver.)
Protected methodCreateStringContract (Inherited from DefaultContractResolver.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResolvedPropertyName (Inherited from DefaultContractResolver.)
Protected methodGetSerializableMembers (Inherited from DefaultContractResolver.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResolveContract (Inherited from DefaultContractResolver.)
Protected methodResolveContractConverter (Inherited from DefaultContractResolver.)
Protected methodResolvePropertyName (Inherited from DefaultContractResolver.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also