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

    Modifier and Type
    Method
    Description
    execute(Kryo kryo)
     
  • Method Details

    • execute

      T execute(Kryo kryo)