| Class | Description |
|---|---|
| JsonFlags |
Flags for JSON IO
|
| JsonInput |
An input used for reading data with json format.
|
| JsonIOUtil |
Utility for the JSON serialization/deserialization of messages and objects tied to a schema.
|
| JsonIOUtil.Factory |
A custom factory simply to expose certain fields.
|
| JsonOutput |
An output used for writing data with json format.
|
| JsonXByteArrayInput |
An byte array based input used for reading data with json format.
|
| JsonXIOUtil |
Json serialization via
JsonXOutput. |
| JsonXOutput |
An optimized json output which is efficient in writing numeric keys and
pre-encoded utf8 strings (in byte array form).
|
| SmileIOUtil |
Smile IO utilities for messages.
|
| SmileIOUtil.Factory |
A custom factory simply to expose certain fields.
|
| Exception | Description |
|---|---|
| JsonInputException |
Thrown when a json-encoded protobuf message being parsed is invalid in some way.
|
Copyright © 2009-2023. All Rights Reserved.