All Classes and Interfaces
Class
Description
A kryo
Serializer for lists created via Arrays.asList(Object...).Encodes and decodes to and from Base64 notation.
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Register this class to be used with the default serializer for this class
Particular systems subclass this to reuse existing configured Instantiators
This is the standard Config based KryoInstantiator.
A Registrar adds registrations to a given Kryo instance.
A Registrar adds registrations to a given Kryo instance.
Enables Java 8 lambda serialization if running on Java 8; no-op otherwise.
This takes a raw Map and calls toString on the objects before returning them as values
Class to create a new Kryo instance.
Simple ResourcePool to save on Kryo instances, which
are expensive to allocate
The java serializer uses an cache of allocated instances so
it is probably a bit hard to beat, so why bother
Creates a registrar for all the serializers in the chill.java package
Set the default serializers for subclasses of the given class
Use reflection to instantiate a serializer.
Simple ResourcePool to save on Kryo instances, which
are expensive to allocate
This holds a Kryo Instance, Input and Output so that these
objects can be pooled and no reallocated on each serialization.
This class fails with the Fields serializer.
Set the default serializers for subclasses of the given class
A kryo
Serializer for unmodifiable collections created via Collections.unmodifiableCollection(Collection).A kryo
Serializer for unmodifiable lists created via Collections.unmodifiableList(List).A kryo
Serializer for unmodifiable maps created via Collections.unmodifiableMap(Map).A kryo
Serializer for unmodifiable sets created via Collections.unmodifiableSet(Set).A kryo
Serializer for unmodifiable sortable maps created via Collections.unmodifiableSortedMap(SortedMap).A kryo
Serializer for unmodifiable sortable sets created via Collections.unmodifiableSortedSet(SortedSet).