public class QueryResponse
extends java.lang.Object
Constructor and Description |
---|
QueryResponse()
Constructor for Gson.
|
Modifier and Type | Method and Description |
---|---|
static QueryResponse |
fromJson(java.io.Reader reader)
Return QueryResponse parsed from the given input stream, or
null if something fails or an unrecognized version is found. |
static java.lang.String |
toJson(QueryResponse response)
Return JSON string for given QueryResponse.
|
public static java.lang.String toJson(QueryResponse response)
public static QueryResponse fromJson(java.io.Reader reader)
null
if something fails or an unrecognized version is found.