public abstract class ProtoClient extends Object
| Constructor and Description |
|---|
ProtoClient() |
| Modifier and Type | Method and Description |
|---|---|
static String |
obtainJson(Object object) |
static String |
obtainJsonPretty(Object object) |
static <T> T |
obtainObject(Class<T> clazz,
String json) |
public static String obtainJson(Object object) throws IOException
IOExceptionpublic static String obtainJsonPretty(Object object) throws IOException
IOExceptionpublic static <T> T obtainObject(Class<T> clazz, String json) throws IOException
IOExceptionCopyright © 2017. All rights reserved.