public class JackSonUtil extends Object
JackSonUtil()
static String
toJson(Object o)
static <T> T
toObject(String json, Class<T> type)
toObject(String json, String className)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JackSonUtil()
public static String toJson(Object o)
o
public static <T> T toObject(String json, Class<T> type)
json
type
public static <T> T toObject(String json, String className)
className