A base class for custom serialization.
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
Type Parameters
- T
 
The IStreamSerializerT type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Destroy | Called when instance is shutting down.  (Inherited from ISerializer.) | |
| GetTypeId | (Inherited from ISerializer.) | |
| Read | Reads object from objectDataInputStream  | |
| Write | This method writes object to ObjectDataOutput  | 
Remarks
See Also