public class GsonWrapper extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromJson(Class<T> type,
String json) |
com.google.gson.Gson |
getGson() |
static GsonWrapper |
getInstance() |
Class<?> |
readClass(String json) |
String |
readField(String key,
String json) |
String |
toJson(Object object) |
public static GsonWrapper getInstance()
public com.google.gson.Gson getGson()
Copyright © 2017. All rights reserved.