com.ooyala.android.skin.util.BundleJSONConverter Class Reference

com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. More...

Classes

interface  Setter
 

Static Public Member Functions

static JSONObject convertToJSON (Bundle bundle) throws JSONException
 
static Bundle convertToBundle (JSONObject jsonObject) throws JSONException
 

Static Package Functions

 [static initializer]
 

Detailed Description

com.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.

Member Function Documentation

com.ooyala.android.skin.util.BundleJSONConverter.[static initializer] ( )
inlinestaticpackage
static Bundle com.ooyala.android.skin.util.BundleJSONConverter.convertToBundle ( JSONObject  jsonObject) throws JSONException
inlinestatic
static JSONObject com.ooyala.android.skin.util.BundleJSONConverter.convertToJSON ( Bundle  bundle) throws JSONException
inlinestatic

The documentation for this class was generated from the following file:
  • BundleJSONConverter.java