public class JSON extends Object
JSON()
static <T> T
fromJson(String str, Class<T> cls)
fromJson(String str, Type type)
static String
toJson(Object obj)
static com.google.gson.JsonElement
toJsonTree(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSON()
public static String toJson(Object obj)
public static <T> T fromJson(String str, Class<T> cls)
public static com.google.gson.JsonElement toJsonTree(Object obj)
public static <T> T fromJson(String str, Type type)
Copyright © 2020. All Rights Reserved.