| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String json,
Class<T> c)
De-serialize JSON-format string to an object.
|
static String |
toJson(Object src)
Serialize an object to JSON-format string.
|
Copyright © 2018. All Rights Reserved.