Saves the diagram contents into a string.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public String saveToString ( |
A member of the SaveToStringFormat enumeration that indicates the desired serialized string format.
true to serialize all properties; false to serialize only properties different from their default value.
A String containing the serialized diagram.
See Also