Click or drag to resize

ISerializer Interface

Base interface of custom serialization interfaces

see IByteArraySerializer<T> see IStreamSerializer<T>

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public interface ISerializer

The ISerializer type exposes the following members.

Methods
  NameDescription
Public methodDestroy
Called when instance is shutting down.
Public methodGetTypeId
Top
See Also