Reads the specified tag for the specified object.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java
![]() |
---|
public Object readTag ( |
The Item whose tag is being deserialized.
The name of the element containing the tag object.
The parent element of the node with the specified name.
An object. Returns null if there is no element with the specified name under the specified parent or if the tag cannot be deserialized.
Tags are read similarly to arbitrary objects except that the client of the calendar is given a chance to perform custom deserialization through event handling.