| Interface | Description |
|---|---|
| KryoCallback<T> |
Callback to run with a provided kryo instance.
|
| KryoFactory |
Factory to create new configured instances of
Kryo. |
| KryoPool |
A simple pool interface for
Kryo instances. |
| Class | Description |
|---|---|
| KryoPool.Builder |
Builder for a
KryoPool instance, constructs a KryoPoolQueueImpl instance. |
| KryoPoolQueueImpl |
A simple
Queue based KryoPool implementation, should be built
using the KryoPool.Builder. |
| SoftReferenceQueue |
Internally uses
SoftReferences for queued Kryo instances,
most importantly adjusts the poll
behavior so that gc'ed Kryo instances are skipped. |