public interface IJsonBackedObject
Modifier and Type | Method and Description |
---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
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 deserializationjson
- the JSON that this object was derived fromAdditionalDataManager additionalDataManager()