public class BundleJSONConverter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BundleJSONConverter.Setter |
| Constructor and Description |
|---|
BundleJSONConverter() |
| Modifier and Type | Method and Description |
|---|---|
static android.os.Bundle |
convertToBundle(org.json.JSONObject jsonObject) |
static org.json.JSONObject |
convertToJSON(android.os.Bundle bundle) |
public static org.json.JSONObject convertToJSON(android.os.Bundle bundle)
throws org.json.JSONException
org.json.JSONExceptionpublic static android.os.Bundle convertToBundle(org.json.JSONObject jsonObject)
throws org.json.JSONException
org.json.JSONException