Class and Description |
---|
ClassResolver
Handles class registration, writing class identifiers to bytes, and reading class identifiers from bytes.
|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
ReferenceResolver
When references are enabled, this tracks objects that have already been read or written, provides an ID for objects that are
written, and looks up by ID objects that have been read.
|
Registration
Describes the
Serializer and class ID to use for a class. |
Serializer
Reads and writes objects to and from bytes.
|
StreamFactory
Provides input and output streams based on system settings.
|
Class and Description |
---|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
Serializer
Reads and writes objects to and from bytes.
|
Class and Description |
---|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
KryoException
General Kryo RuntimeException.
|
Class and Description |
---|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
Class and Description |
---|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
KryoSerializable
Allows implementing classes to perform their own serialization.
|
Serializer
Reads and writes objects to and from bytes.
|
Class and Description |
---|
ClassResolver
Handles class registration, writing class identifiers to bytes, and reading class identifiers from bytes.
|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
ReferenceResolver
When references are enabled, this tracks objects that have already been read or written, provides an ID for objects that are
written, and looks up by ID objects that have been read.
|
Registration
Describes the
Serializer and class ID to use for a class. |
StreamFactory
Provides input and output streams based on system settings.
|
Copyright © 2018. All rights reserved.