Search
JsonSerializationContext.writeTag Method
See Also
 






Writes the specified tag of the specified object.

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

 Syntax

Java  Copy Code

public JsonValue writeTag (
    Object item,
    Object tagValue,
    String propertyName
)

 Parameters

item

item The Item whose tag is being serialized.

tagValue

The tag object to write.

propertyName

The name of the element under which the value should be written.

 Return Value

An instance of the JsonValue

 See Also