bivas / protobuf-java-format

Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
152 stars 97 forks source link

String encoding of ByteString(Bytes) #32

Open ganesh-karthick opened 8 years ago

ganesh-karthick commented 8 years ago

Google is using base64 encoding to convert raw bytes to JSON string https://developers.google.com/protocol-buffers/docs/proto3#json with Proto3. It would be nice if protobuf-java-format does the same

bivas commented 7 years ago

Can you create a PR for that?