ISerializerHookT InterfaceHazelcast .Net Client Class Library

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

public interface ISerializerHook<T>

Type Parameters

T

The ISerializerHookT type exposes the following members.

Methods

  NameDescription
Public methodCreateSerializer
Creates a new serializer for the serialization type
Public methodGetSerializationType
Returns the actual class type of the serialized object
Public methodIsOverwritable
Defines if this serializer can be overridden by defining a custom serializer in the configurations (codebase or configuration file)
Top
See Also

Reference