public class JsonUtil extends Object
JsonUtil()
static String
toJson(Object obj)
static <T> T
toObject(String json, Class<T> valueType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtil()
public static String toJson(Object obj)
obj
public static <T> T toObject(String json, Class<T> valueType)
T
json
valueType
Copyright © 2017. All rights reserved.