Uses of Package
com.esotericsoftware.kryo

Packages that use com.esotericsoftware.kryo
com.esotericsoftware.kryo   
com.esotericsoftware.kryo.compress   
com.esotericsoftware.kryo.serialize   
 

Classes in com.esotericsoftware.kryo used by com.esotericsoftware.kryo
Context
          Serves as thread local storage for serializers.
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.
Serializer
          Serializes objects to and from a ByteBuffer.
 

Classes in com.esotericsoftware.kryo used by com.esotericsoftware.kryo.compress
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.
Serializer
          Serializes objects to and from a ByteBuffer.
 

Classes in com.esotericsoftware.kryo used by com.esotericsoftware.kryo.serialize
Kryo
          Maps classes to serializers so object graphs can be serialized automatically.
Serializer
          Serializes objects to and from a ByteBuffer.
 



Copyright © 2011. All Rights Reserved.