IStreamSerializerT Interface |
Namespace: Hazelcast.IO.Serialization
The IStreamSerializerT type exposes the following members.
| 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 |