Package com.esotericsoftware.kryo.pool
-
Interface Summary Interface Description KryoCallback<T> Callback to run with a provided kryo instance.KryoFactory Factory to create new configured instances ofKryo.KryoPool A simple pool interface forKryoinstances. -
Class Summary Class Description KryoPool.Builder Builder for aKryoPoolinstance, constructs aKryoPoolQueueImplinstance.KryoPoolQueueImpl A simpleQueuebasedKryoPoolimplementation, should be built using the KryoPool.Builder.SoftReferenceQueue Internally usesSoftReferences for queued Kryo instances, most importantly adjusts thepollbehavior so that GC'ed Kryo instances are skipped.