Loads the item from a JSON object.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public void loadFrom ( |
A JsonObject containing the item's data.
A JsonSerializationContext object providing contextual information about the serialization process and helper serialization methods.
See Also