public static interface Node.Handle extends Serializable
Node.getHandle()
.
If that methods returns a non-null
value, one can serialize it,
and after deserialization
use Node.Handle.getNode()
to obtain the original node.
Related documentation
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Deprecated.
Only public by accident.
|
Modifier and Type | Method and Description |
---|---|
Node |
getNode()
Reconstitute the node for this handle.
|
@Deprecated static final long serialVersionUID
Node getNode() throws IOException
IOException
- if the node cannot be created