JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package com.google.api.client.json.rpc2
@Beta
package
com.google.api.client.json.rpc2
Beta
JSON-RPC 2.0 as specified in
JSON-RPC 2.0 Specification
and
JSON-RPC over HTTP
.
Since:
1.0
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.jackson
Low-level implementation of the JSON parser library based on the
Jackson
JSON library.
com.google.api.client.json.jackson2
Low-level implementation of the JSON parser library based on the
Jackson 2
JSON library.
com.google.api.client.json.webtoken
Beta
JSON Web Token (JWT)
and
JSON Web Signature (JWS)
.
Classes
Class
Description
JsonRpcRequest
Beta
JSON-RPC 2.0 request object.