public final class GsonJson
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
fromGson(com.google.gson.JsonElement element) |
static GsonJson |
getInstance() |
java.lang.String |
stringFromGson(com.google.gson.JsonElement element) |
com.google.gson.JsonElement |
toGson(org.json.JSONObject element) |
public static GsonJson getInstance()
public org.json.JSONObject fromGson(com.google.gson.JsonElement element)
public java.lang.String stringFromGson(com.google.gson.JsonElement element)
public com.google.gson.JsonElement toGson(org.json.JSONObject element)