public class JSONSerializer extends Object
| Constructor and Description |
|---|
JSONSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String jsonString,
Class<T> rootClass) |
static String |
toJson(Object objectToSerialize) |
Copyright © 2017. All rights reserved.