Package | Description |
---|---|
com.esotericsoftware.kryo | |
com.esotericsoftware.kryo.io | |
com.esotericsoftware.kryo.serializers | |
com.esotericsoftware.kryo.util |
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.
|
Class and Description |
---|
KryoException
General Kryo RuntimeException.
|
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. |