Package com.abiquo.apiclient.json
Class Json
- java.lang.Object
-
- com.abiquo.apiclient.json.Json
-
public class Json extends Object
-
-
Method Detail
-
read
public <T> T read(String str, Class<T> clazz) throws IOException
- Throws:
IOException
-
read
public <T> T read(String str, com.google.common.reflect.TypeToken<T> type) throws IOException
- Throws:
IOException
-
write
public String write(Object object) throws IOException
- Throws:
IOException
-
-