public class JsonUtils extends Object
JsonUtils()
static <T> T
deserialize(String content, Class<T> valueType)
static String
serialize(Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtils()
public static <T> T deserialize(String content, Class<T> valueType)
public static String serialize(Object value)
Copyright © 2022. All rights reserved.