public interface JsonParser
| Modifier and Type | Method and Description |
|---|---|
<T> T |
writeToObject(String json,
Class<T> clazz) |
String |
writeToString(Object obj) |
String writeToString(Object obj) throws IOException
IOException<T> T writeToObject(String json, Class<T> clazz) throws IOException
IOExceptionCopyright © 2018 Symphony. All rights reserved.