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 and Description |
---|---|
static long |
serialVersionUID
Deprecated.
Only public by accident.
|
@Deprecated static final long serialVersionUID
Node getNode() throws IOException
IOException
- if the node cannot be createdBuilt on May 5 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.