Serializable
DefaultHandle
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 getNode()
to obtain the original node.
Related documentation
Modifier and Type | Field | Description |
---|---|---|
static long |
serialVersionUID |
Deprecated.
Only public by accident.
|
Modifier and Type | Method | Description |
---|---|---|
Node |
getNode() |
Reconstitute the node for this handle.
|
@Deprecated static final long serialVersionUID
Node getNode() throws IOException
IOException
- if the node cannot be createdBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.