public final class JsonUtils extends Object
JsonUtils()
static String
toJson(Object o)
static <T> T
toObj(String json, Class<T> classOfT)
toObj(String json, Type type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtils()
public static String toJson(Object o)
o
public static <T> T toObj(String json, Class<T> classOfT)
T
json
classOfT
public static <T> T toObj(String json, Type type)
type
Copyright © 2022. All rights reserved.