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