See: Description
| Interface | Description |
|---|---|
| ByteArraySerializer<T> | |
| ClassDefinition | |
| DataSerializable | |
| DataSerializableFactory | |
| DataSerializerHook | |
| FieldDefinition | |
| IdentifiedDataSerializable | |
| InputOutputFactory | |
| Portable | |
| PortableAdapter<T> | |
| PortableFactory | |
| PortableHook | |
| PortableReader | |
| PortableWriter | |
| SerializationContext | |
| SerializationService | |
| Serializer | |
| SerializerHook<T> |
This interface is used to automatically register serializers from external
Hazelcast or user modules.
Both types of Serializers are supported
(StreamSerializer and
ByteArraySerializer). |
| StreamSerializer<T> |
| Enum | Description |
|---|---|
| FieldType |
| Exception | Description |
|---|---|
| HazelcastSerializationException |
This is an exception thrown when an exception occurs while serializing/deserializing objects.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.