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

[Issue #23] Write a unit test that shows that unknown fields are not read into the message. #24

Closed scr closed 8 years ago

scr commented 8 years ago

Wrote (disabled) unit test that shows Issue #23

primshnick commented 8 years ago

LGTM, thanks.