|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Json
| Method Summary | ||
|---|---|---|
|
fromJson(String json,
Class<T> classOfT)
Deserialize the object from json. |
|
|
fromJson(String json,
Type type)
Deserialize the generic object from json. |
|
String |
toJson(Object src)
Serialize the object into json. |
|
String |
toJson(Object src,
Type type)
Serialize the generic object into json. |
|
| Method Detail |
|---|
String toJson(Object src)
toJson(Object, Type)
String toJson(Object src,
Type type)
toJson(Object, Type)
<T> T fromJson(String json,
Type type)
#fromJson(Object, Class)
<T> T fromJson(String json,
Class<T> classOfT)
#fromJson(Object, Type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||