Search
JsonSerializeTagEventArgs Methods
 


 Public Methods

  Name Description

getContext

 

getObject

Gets the Item or Resource whose tag is being serialized/deserialized.

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