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

Correctly slurp unknown fields into message that are unknown at both serialization and deserialization time #25

Closed primshnick closed 8 years ago

primshnick commented 8 years ago

The first commit came in as one giant diff instead of incrementally for some reason, so backed it out and redid it. So the second commit reverts the first and the third is the actual change.

bivas commented 8 years ago

@PeteyPabPro Please squash it and update this PR