Click or drag to resize

GlobalSerializerConfig Class

Contains the configuration for global serializer.
Inheritance Hierarchy
SystemObject
  Hazelcast.ConfigGlobalSerializerConfig

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public class GlobalSerializerConfig

The GlobalSerializerConfig type exposes the following members.

Constructors
  NameDescription
Public methodGlobalSerializerConfig
Initializes a new instance of the GlobalSerializerConfig class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetClassName
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImplementation
Public methodGetOverrideClrSerialization
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetClassName
Public methodSetImplementationT
Public methodSetOverrideClrSerialization
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also