| Package | Description |
|---|---|
| javastrava.json | |
| javastrava.json.impl.gson |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JsonUtil.deserialise(InputStream is,
Class<T> class1)
Deserialise an input stream representation of a JSON document to the named class
|
<T> T |
JsonUtil.deserialise(String input,
Class<T> class1)
Deserialise a string representation of a JSON document to the named class
|
<T> String |
JsonUtil.serialise(T object)
Serialise an object to a JSON string
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JsonUtilImpl.deserialise(InputStream is,
Class<T> class1) |
<T> T |
JsonUtilImpl.deserialise(String is,
Class<T> class1) |
<T> String |
JsonUtilImpl.serialise(T object) |
Copyright © 2016 Dan Shannon. All rights reserved.