Search
SvgNode.readExternal Method
See Also
 

Deserializes the object from the specified reader.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void readExternal (
    ObjectInput in
)

 Parameters

in

A BinaryReader object from which to read the item's data.

 See Also