C F J T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.startapp.json - package com.startapp.json
F
- fromJson(String, Class<T>) - Static method in class com.startapp.json.JsonParser
-
Parses the JSON string as the instance of
classType. - fromJsonObject(JSONObject, Class<T>) - Static method in class com.startapp.json.JsonParser
-
Parses the
JSONObjectas the instance ofclassType.
J
- JsonParser - Class in com.startapp.json
-
Contains static methods to parse and to serialize objects.
- JsonParser() - Constructor for class com.startapp.json.JsonParser
T
- toJson(Object) - Static method in class com.startapp.json.JsonParser
-
Serialize object to a JSON string.
- toJsonObject(Object) - Static method in class com.startapp.json.JsonParser
-
Serialize object to a
JSONObject.
All Classes All Packages