T
- A kind of object that implements ToTransferable
@Deprecated
public interface ToTransferable<T extends Transferable>
Transferable
object.Modifier and Type | Method and Description |
---|---|
T |
toTransferable(T to)
Deprecated.
Transfer the internal state to a transferable object.
|