Package com.esotericsoftware.kryo.pool
Interface KryoCallback<T>
-
- Type Parameters:
T
- The type of the result of the interaction with kryo.
public interface KryoCallback<T>
Callback to run with a provided kryo instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
execute(Kryo kryo)
-