Package com.hazelcast.nio.serialization


package com.hazelcast.nio.serialization
Contains interfaces/classes related to serialization, such as serializer interfaces, input/output streams.
  • Class
    Description
    For sample usage custom serialization and other way of custom serialization see StreamSerializer.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Portable Serialization has been deprecated.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Portable Serialization has been deprecated.
    Allows to intercept class resolution during deserialization based on classname.
    DataSerializable is a serialization method alternative to standard Java serialization.
    DataSerializableFactory is used to create IdentifiedDataSerializable instances during de-serialization.
    Defines the name, type and index of a field.
    FieldKind for Compact and Portable formats.
    Field Type for Portable format to be used with ClassDefinition.getFieldType(String) API
    An exception thrown when a problem occurs while serializing/deserializing objects.
    IdentifiedDataSerializable is an extension to DataSerializable to avoid reflection during de-serialization.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Portable Serialization has been deprecated.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Portable Serialization has been deprecated.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Portable Serialization has been deprecated.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Portable Serialization has been deprecated.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Portable Serialization has been deprecated.
    Base interface of custom serialization interfaces
    This interface is used to automatically register serializers from external Hazelcast or user modules.
    A base class for custom serialization.
    This interface allows deserialization of a binary data with a provided class type.
    This interface adds the possibility for the class to act as if it is another class when being deserialized using DataSerializable
    This interface allows deserialization of a binary data with a provided class type.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Portable Serialization has been deprecated.