Package | Description |
---|---|
com.esotericsoftware.kryo | |
com.esotericsoftware.kryo.compress | |
com.esotericsoftware.kryo.serialize |
Class and Description |
---|
Context
Serves as thread local storage for serializers.
|
DefaultSerializer
Sets the default serializer to use for the annotated class.
|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
Kryo.Listener
Provides notification of
Kryo events. |
Kryo.RegisteredClass
Holds the registration information for a class.
|
KryoTestCase
Convenience methods for round tripping objects.
|
Serializer
Serializes objects to and from a
ByteBuffer . |
Class and Description |
---|
Compressor
Wraps another serializer in order to modify the bytes after they are serialized and before they are deserialized.
|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
KryoTestCase
Convenience methods for round tripping objects.
|
Serializer
Serializes objects to and from a
ByteBuffer . |
Class and Description |
---|
Kryo
Maps classes to serializers so object graphs can be serialized automatically.
|
KryoTestCase
Convenience methods for round tripping objects.
|
NotNull
Indicates a field can never be null when it is being serialized and deserialized.
|
Serializer
Serializes objects to and from a
ByteBuffer . |