Package com.esotericsoftware.kryo.pool
package com.esotericsoftware.kryo.pool
-
ClassDescriptionKryoCallback<T>Callback to run with a provided kryo instance.Factory to create new configured instances of
Kryo
.A simple pool interface forKryo
instances.Builder for aKryoPool
instance, constructs aKryoPoolQueueImpl
instance.Internally usesSoftReference
s for queued Kryo instances, most importantly adjusts thepoll
behavior so that GC'ed Kryo instances are skipped.