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's Serializer.copy(Kryo, Object) method.

    Author:
    Nathan Sweet
    • Method Detail