public class JsonObjectDeserializer extends Object implements com.google.gson.JsonDeserializer<JsonObject>
| Constructor and Description |
|---|
JsonObjectDeserializer(JsonObjectFactory jsonObjectFactory) |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
deserialize(com.google.gson.JsonElement jsonElement,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
protected JsonObjectFactory |
getJsonObjectFactory() |
@Inject public JsonObjectDeserializer(JsonObjectFactory jsonObjectFactory)
protected JsonObjectFactory getJsonObjectFactory()
public JsonObject deserialize(com.google.gson.JsonElement jsonElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<JsonObject>com.google.gson.JsonParseExceptionCopyright © 2019. All rights reserved.