IByteArraySerializer<T> Interface
Namespace: Hazelcast.Serialization
Assembly: Hazelcast.Net.dll
For sample usage custom serialization and other way of custom serialization see IStreamSerializer<T> . Note that read and write methods should be compatible
public interface IByteArraySerializer<T> : ISerializer, IDisposable
Type Parameters
| T |
Methods
| Read(Byte[]) | Converts given byte array to object |
| Write(T) | Converts given object to byte array |