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.
    Author:
    Martin Grotzke
    • Method Detail

      • execute

        T execute​(Kryo kryo)