public class Json extends Object
| Constructor and Description |
|---|
Json() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.Gson |
build() |
static void |
clearAdapters() |
static Object |
fromJson(String json,
Type typeOf) |
static void |
registerTypeAdapter(Type type,
Object object) |
static String |
toJson(Object object) |
Copyright © 2018. All rights reserved.