Package com.twitter.chill
package com.twitter.chill
-
ClassDescriptionEncodes and decodes to and from Base64 notation.A
Base64.InputStreamwill read data from anotherjava.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64.OutputStreamwill write data to anotherjava.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 classA Registrar adds registrations to a given Kryo instance.Class to create a new Kryo instance.Simple ResourcePool to save on Kryo instances, which are expensive to allocateSet the default serializers for subclasses of the given classUse reflection to instantiate a serializer.ResourcePool<T>Simple ResourcePool to save on Kryo instances, which are expensive to allocateThis holds a Kryo Instance, Input and Output so that these objects can be pooled and no reallocated on each serialization.Set the default serializers for subclasses of the given class