For sample usage custom serialization and other way of custom serialization
see
IStreamSerializer<T>
.
Note that read and write methods should be compatible
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
Type Parameters
- T
The IByteArraySerializerT type exposes the following members.
Methods
Name | Description | |
---|---|---|
Destroy | Called when instance is shutting down. (Inherited from ISerializer.) | |
GetTypeId | (Inherited from ISerializer.) | |
Read | Converts given byte array to object | |
Write | Converts given object to byte array |
See Also