Package com.google.protobuf.util
Interface JsonFormat.TextGenerator
- All Known Implementing Classes:
JsonFormat.CompactTextGenerator
,JsonFormat.PrettyTextGenerator
- Enclosing class:
JsonFormat
static interface JsonFormat.TextGenerator
An interface for json formatting that can be used in
combination with the omittingInsignificantWhitespace() method
-
Method Summary
-
Method Details
-
indent
void indent() -
outdent
void outdent() -
print
- Throws:
IOException
-