Search
ScheduleListener.jsonSerializeTag Method
See Also
 






Raised during Json serialization to enable users to perform custom serialization of the tag values of items and resources.

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

 Syntax

Java  Copy Code

void jsonSerializeTag (
    JsonSerializeTagEventArgs e
)

 Parameters

 Remarks

This event is being raised during the serialization of item and resource tag values in a JsonObject. If the event is not handled the system will try to serialize the tags as an arbitrary objects.

 See Also