Search
ScheduleListener.jsonDeserializeTag Method
See Also
 






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

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

 Syntax

Java  Copy Code

void jsonDeserializeTag (
    JsonSerializeTagEventArgs e
)

 Parameters

 Remarks

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

 See Also