public class JSON extends Object
| Constructor and Description |
|---|
JSON() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(String body,
Type returnType) |
com.google.gson.Gson |
getGson() |
String |
serialize(Object obj) |
void |
setGson(com.google.gson.Gson gson) |
Copyright © 2016. All rights reserved.