Search
SerializeTagEvent.setHandled Method
See Also
 






Sets a value indicating whether the event is handled.

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

 Syntax

Java  Copy Code

public void setHandled (
    boolean value
)

 Parameters

value

true to indicate that the system should not attempt to serialize or deserialize the tag; otherwise, false.

 Remarks

Always set this flag to true if you perform custom tag serialization.

 See Also