public class JsonUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
private static com.google.gson.Gson |
GSON |
| Modifier | Constructor and Description |
|---|---|
private |
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String json,
Class<T> classOfT) |
static String |
toJson(Object src) |
Copyright © 2020. All rights reserved.