public class JSONSerializerManager extends Object
Constructor and Description |
---|
JSONSerializerManager() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
fromJSON(String jsonString,
Class<T> klass) |
static String |
toJSON(Object o) |