public class Json extends Object
| Constructor and Description |
|---|
Json() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
read(String str,
Class<T> clazz) |
<T> T |
read(String str,
com.google.common.reflect.TypeToken<T> type) |
String |
write(Object object) |
public <T> T read(String str, Class<T> clazz) throws IOException
IOExceptionpublic <T> T read(String str, com.google.common.reflect.TypeToken<T> type) throws IOException
IOExceptionpublic String write(Object object) throws IOException
IOExceptionCopyright © 2008–2021 Abiquo Holdings S.L.. All rights reserved.