MindFusion.Java Package Programmer's Guide
JsonSerializeTagEventArgs Members
Constructors Methods
 


Contains the arguments passed to the JsonSerializeTag and JsonDeserializeTag event handlers.

The following tables list the members exposed by the JsonSerializeTagEventArgs type.

 Public Constructors

  Name Description

JsonSerializeTagEventArgs

Initializes a new instance of the JsonSerializeTagArgs class. Constructs a prototypical Event.

 Public Methods

  Name Description

getContext

Gets a context object that can help you write and read various values.

getObject

Gets the object being serialized/deserialized.

getPropertyName

Gets the name of the property being serialized.

getRepresentation

Gets the JsonObject, representing the tag object

getTag

Gets the tag object being serialized/deserialized.

isHandled

Gets a value indicating whether the event is handled.

setHandled

Sets a value indicating whether the event is handled. Always set this flag to true if you perform custom tag serialization.

setRepresentation

Sets the JsonObject, representing the tag object

setTag

Sets the tag object being serialized/deserialized.

 See Also

JsonSerializeTagEventArgs Class
com.mindfusion.diagramming Namespace