Uses of Package
com.esotericsoftware.kryo
Packages that use com.esotericsoftware.kryo
Package
Description
-
Classes in com.esotericsoftware.kryo used by com.esotericsoftware.kryoClassDescriptionHandles class registration, writing class identifiers to bytes, and reading class identifiers from bytes.Maps classes to serializers so object graphs can be serialized automatically.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.Describes the
Serializer
and class ID to use for a class.Reads and writes objects to and from bytes.A serializer factory that allows the creation of serializers. -
Classes in com.esotericsoftware.kryo used by com.esotericsoftware.kryo.ioClassDescriptionMaps classes to serializers so object graphs can be serialized automatically.General Kryo RuntimeException.
-
Classes in com.esotericsoftware.kryo used by com.esotericsoftware.kryo.poolClassDescriptionMaps classes to serializers so object graphs can be serialized automatically.
-
Classes in com.esotericsoftware.kryo used by com.esotericsoftware.kryo.serializersClassDescriptionMaps classes to serializers so object graphs can be serialized automatically.General Kryo RuntimeException.Allows implementing classes to perform their own serialization.Reads and writes objects to and from bytes.
-
Classes in com.esotericsoftware.kryo used by com.esotericsoftware.kryo.utilClassDescriptionHandles class registration, writing class identifiers to bytes, and reading class identifiers from bytes.Maps classes to serializers so object graphs can be serialized automatically.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.Describes the
Serializer
and class ID to use for a class.