Class | Description |
---|---|
AbstractCharBasedFormatter | |
ProtobufFormatter | |
ProtobufJsonFormat | |
ProtobufJsonFormat.JsonGenerator |
An inner class for writing text to the output stream.
|
ProtobufJsonFormat.Tokenizer |
Represents a stream of tokens parsed from a
String . |
TextUtils |
Utilities for coercing types
largely follows google/protobuf/text_format.cc.
|
Exception | Description |
---|---|
ProtobufFormatter.ParseException |
Thrown when parsing an invalid text format message.
|
ProtobufJsonFormat.ParseException |
Thrown when parsing an invalid text format message.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.