-
public class BundleJSONConvertercom.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
A helper class that can round trip between JSON and Bundle objects that contains the types: Boolean, Integer, Long, Double, String If other types are found, an IllegalArgumentException is thrown.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBundleJSONConverter.Setter
-
Field Summary
Fields Modifier and Type Field Description public final static BundleJSONConverterINSTANCE
-
Method Summary
Modifier and Type Method Description final static JSONObjectconvertToJSON(Bundle bundle)final static BundleconvertToBundle(JSONObject jsonObject)-
-
Method Detail
-
convertToJSON
final static JSONObject convertToJSON(Bundle bundle)
-
convertToBundle
final static Bundle convertToBundle(JSONObject jsonObject)
-
-
-
-