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

Fix ProtobufFormatter.printToString #50

Open phanhuyn opened 5 years ago

phanhuyn commented 5 years ago

ProtobufFormatter.printToString method current does not consider the defaultCharset when convert the ByteArrayOutputStream to String