public class JsonSerializeTagEventArgs
extends java.util.EventObject
Modifier and Type | Method and Description |
---|---|
JsonSerializationContext |
getContext() |
java.lang.Object |
getObject()
|
JsonObject |
getRepresentation()
Gets the JsonObject, representing the tag object
|
java.lang.Object |
getTag()
Gets the tag object being serialized/deserialized.
|
boolean |
isHandled()
Gets a value indicating whether the event is handled.
|
void |
setHandled(boolean value)
Sets a value indicating whether the event is handled.
|
void |
setRepresentation(JsonObject representation)
Sets the JsonObject, representing the tag object
|
void |
setTag(java.lang.Object tag)
Sets the tag object being serialized/deserialized.
|
public void setTag(java.lang.Object tag)
tag
- An object representing the tag value being serialized or deserialized.public java.lang.Object getTag()
public void setRepresentation(JsonObject representation)
representation
- JsonObjectpublic JsonObject getRepresentation()
public void setHandled(boolean value)
value
- booleanpublic boolean isHandled()
public JsonSerializationContext getContext()