public class ThingJsonAdapter extends java.lang.Object implements IExpDeserializer
| Constructor and Description |
|---|
ThingJsonAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static Thing |
deserialize(JsonElement json) |
Thing |
deserialize(JsonElement json,
java.lang.reflect.Type typeOfT,
JsonDeserializationContext context) |
Thing |
expDeserialzier(JsonElement json) |
public Thing deserialize(JsonElement json, java.lang.reflect.Type typeOfT, JsonDeserializationContext context) throws JsonParseException
JsonParseExceptionpublic Thing expDeserialzier(JsonElement json)
expDeserialzier in interface IExpDeserializerpublic static Thing deserialize(JsonElement json)