public interface IJsonBackedObject
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw json object this object was parsed from.
|
void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
serializer - The serializer for sub class deserialization.json - The json that this object was derived from.