Inheritance Hierarchy
Hazelcast.ConfigSerializerConfig
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax
The SerializerConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SerializerConfig | Initializes a new instance of the SerializerConfig class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetClassName | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImplementation | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetTypeClass | ||
GetTypeClassName | ||
SetClass | ||
SetClassName | ||
SetImplementationT(IByteArraySerializerT) | ||
SetImplementationT(IStreamSerializerT) | ||
SetTypeClass | ||
SetTypeClassName | ||
ToString | (Overrides ObjectToString.) |
See Also