public class JsonUtils extends Object
JsonUtils()
static <T> T
deserialize(String json, Type type)
static String
serialize(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtils()
public static String serialize(Object object)
public static <T> T deserialize(String json, Type type)