Search
JsonSerializationContext.writeCustomBrushes Method
See Also
 






Writes the specified CustomBrushes object.

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

 Syntax

Java  Copy Code

public JsonObject writeCustomBrushes (
    CustomBrushes customBrushes
)

 Parameters

customBrushes

The CustomBrushes object to write.

 Return Value

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

 See Also