otobuf-java-format是用于序列和反序列所有基于Google Protobuf格式的各种消息。它能够将protobuf格式还原成XML、JSON和HTML等文本格式。
示例代码:
Message.Builder builder = SomeProto.newBuilder(); String xmlFormat = _load xml document from a source_; XmlFormat.merge(xmlFormat, builder);