java.io.SerializableDefaultHandlepublic static interface Node.Handle
extends java.io.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 java.io.IOException
java.io.IOException - if the node cannot be createdBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.