public class JsonHelper extends Object
| Constructor and Description |
|---|
JsonHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String json,
Class<T> expectedClass) |
static String |
toJson(Object o) |
Copyright © 2017. All rights reserved.