# Functions
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ClassDefinition defines a class schema for Portable structs.
Config contains the serialization configuration of a Hazelcast instance.
FieldDefinition defines name, type, index of a field.
# Interfaces
DataInput provides deserialization methods.
DataOutput provides serialization methods.
IdentifiedDataSerializable is a serialization method as an alternative to standard Gob serialization.
IdentifiedDataSerializableFactory is used to create IdentifiedDataSerializable instances during deserialization.
Portable provides an alternative serialization method.
PortableFactory is used to create Portable instances during deserialization.
PortableReader provides a mean of reading portable fields from a binary in form of go primitives arrays of go primitives, nested portable fields and array of portable fields.
PortableWriter provides a mean of writing portable fields to a binary in form of go primitives arrays of go primitives, nested portable fields and array of portable fields.
Serializer is base interface of serializers.
VersionedPortable is an extension to Portable to support per class version instead of a global serialization version.