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