Search
JsonSerializeTagEventArgs Methods
 


 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