Saves the schedule to a JSON-formatted string. Use loadFromJson to restore the schedule data later.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public String saveToJson () |
A string containing the schedule's JSON representation.
See Also