IByteArraySerializerT InterfaceHazelcast .Net Client Class Library
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.8.1
Syntax

public interface IByteArraySerializer<T> : ISerializer

Type Parameters

T

The IByteArraySerializerT type exposes the following members.

Methods

  NameDescription
Public methodDestroy
Called when instance is shutting down.
(Inherited from ISerializer.)
Public methodGetTypeId (Inherited from ISerializer.)
Public methodRead
Converts given byte array to object
Public methodWrite
Converts given object to byte array
Top
See Also

Reference