public class GsonUtil extends Object
| Constructor and Description |
|---|
GsonUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static com |
parse(InputStream
|
static com |
parse(Reader
|
static com |
parse(String
|
static String |
prettyPrint(com
|
public static com.gson .JsonElement parse(String string)
public static com.gson .JsonElement parse(Reader reader)
public static com.gson .JsonElement parse(InputStream input)
public static StringprettyPrint(com .gson .JsonElement element) throws IOException
IOException