Interface KryoCopyable<T>


  • public interface KryoCopyable<T>
    Allows implementing classes to perform their own copying. Hand written copying can be more efficient in some cases.

    This method is used instead of the registered serializer Serializer.copy(Kryo, Object) method.

    • Method Detail