Search
Appointment.saveTo Method (JsonObject, JsonSerializationContext)
See Also
 






Saves the appointment data to a JsonObject

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

 Syntax

Java  Copy Code

public void saveTo (
    JsonObject obj,
    JsonSerializationContext context
)

 Parameters

obj

Saves the item data to a JsonObject.

context

The context object contains the file format revision number of the schedule being loaded. It also provides methods that facilitate reading and writing various data types from and to JSON.

 See Also