Uses of Interface
com.esotericsoftware.kryo.pool.KryoCallback
-
Packages that use KryoCallback Package Description com.esotericsoftware.kryo.pool -
-
Uses of KryoCallback in com.esotericsoftware.kryo.pool
Methods in com.esotericsoftware.kryo.pool with parameters of type KryoCallback Modifier and Type Method Description <T> T
KryoPool. run(KryoCallback<T> callback)
Runs the providedKryoCallback
with aKryo
instance from the pool (borrow/release aroundexecute(Kryo)
).
-