IByteArraySerializer<T> Interface
Namespace: Hazelcast.Serialization
Assembly: Hazelcast.Net.dll
Defines a generic custom serializer that operates over byte arrays.
public interface IByteArraySerializer<T> : ISerializer, IDisposable
Type Parameters
T | The type of the serialized object. |
Methods
Read(Byte[]) | Reads an object. |
Write(T) | Writes an object. |