SerializationConfig ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.ConfigSerializationConfig

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

public class SerializationConfig

The SerializationConfig type exposes the following members.

Constructors

  NameDescription
Public methodSerializationConfig
Initializes a new instance of the SerializationConfig class
Top
Methods

  NameDescription
Public methodAddClassDefinition
Public methodAddDataSerializableFactory
Public methodAddDataSerializableFactoryClass(Int32, String)
Public methodAddDataSerializableFactoryClass(Int32, Type)
Public methodAddPortableFactory
Public methodAddPortableFactoryClass(Int32, String)
Public methodAddPortableFactoryClass(Int32, Type)
Public methodAddSerializerConfig
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetByteOrder
Public methodGetClassDefinitions
Public methodGetDataSerializableFactories
Public methodGetDataSerializableFactoryClasses
Public methodGetGlobalSerializerConfig
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPortableFactories
Public methodGetPortableFactoryClasses
Public methodGetPortableVersion
Public methodGetSerializerConfigs
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCheckClassDefErrors
Public methodIsEnableCompression
Public methodIsEnableSharedObject
Public methodIsUseNativeByteOrder
Public methodSetByteOrder
Public methodSetCheckClassDefErrors
Public methodSetClassDefinitions
Public methodSetDataSerializableFactories
Public methodSetDataSerializableFactoryClasses
Public methodSetEnableCompression
Public methodSetEnableSharedObject
Public methodSetGlobalSerializerConfig
Public methodSetPortableFactories
Public methodSetPortableFactoryClasses
Public methodSetPortableVersion
Public methodSetSerializerConfigs
Public methodSetUseNativeByteOrder
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference