public final class JsonUtil
extends Object
-
Method Summary
static com.google.gson.JsonElement
static com.google.gson.JsonElement
toJson(com.google.gson.JsonElement element)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
fromJson
public static com.google.gson.JsonElement fromJson(String json)
-
fromJson
public static com.google.gson.JsonElement fromJson(Reader reader)
-
toJson
public static String toJson(com.google.gson.JsonElement element)