public class

AndroidJson

extends Object
java.lang.Object
   ↳ com.kinvey.android.AndroidJson

Summary

Nested Classes
enum AndroidJson.JSONPARSER  
Public Constructors
AndroidJson()
Public Methods
static JsonFactory newCompatibleJsonFactory(AndroidJson.JSONPARSER parser)
Returns a new json factory instance that is compatible with Android SDKs prior to Honeycomb.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AndroidJson ()

Public Methods

public static JsonFactory newCompatibleJsonFactory (AndroidJson.JSONPARSER parser)

Returns a new json factory instance that is compatible with Android SDKs prior to Honeycomb.

Prior to Honeycomb, the com.google.api.client.extensions.android.json.AndroidJsonFactory implementation didn't exist, and the GSON parser was preferred. However, starting with Honeycomb, the com.google.api.client.extensions.android.json.AndroidJsonFactory implementation was added, which is basd on the GSON library