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