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