JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
com.google.api.client.json.jackson2
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package com.google.api.client.json.jackson2
package
com.google.api.client.json.jackson2
Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.
Since:
1.11
Author:
Yaniv Inbar
Related Packages
Package
Description
com.google.api.client.json
Utilities for JSON as specified in
RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON)
and
Introducing JSON
.
com.google.api.client.json.gson
Low-level implementation of the GSON parser library based on the
GSON
JSON library.
com.google.api.client.json.rpc2
Beta
JSON-RPC 2.0 as specified in
JSON-RPC 2.0 Specification
and
JSON-RPC over HTTP
.
com.google.api.client.json.webtoken
Beta
JSON Web Token (JWT)
and
JSON Web Signature (JWS)
.
Classes
Class
Description
JacksonFactory
Deprecated.
use com.google.api.client.json.GsonFactory instead