Search
JsonSerializationContext.writeStyle Method
See Also
 






Writes the specified Style object.

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

 Syntax

Java  Copy Code

public JsonObject writeStyle (
    Style style
)

 Parameters

style

The Style object to write.

 Return Value

An instance of the JsonObject class representing the newly created JsonObject.

 See Also