Search
JsonSerializationContext.readTag Method
See Also
 






Reads the specified tag for the specified object.

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

 Syntax

Java  Copy Code

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

 Parameters

item

item

tagValue

value

propertyName

name

 Return Value

tag object

 See Also