Search
Schedule.saveToJsonObject Method
See Also
 






Saves the schedule to a JSON object.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void saveToJsonObject (
    JsonObject obj,
    JsonSerializationContext context
)

 Parameters

obj

A JsonObject the schedule's data should be stored into.

context

A JsonSerializationContext object providing contextual information about the serialization process and helper serialization methods.

 See Also