java.lang.Object | |
↳ | com.kinvey.android.AndroidJson |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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