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
153 stars 97 forks source link

Examples fix #18

Closed daxzel closed 8 years ago

daxzel commented 8 years ago

Just a small examples fix for the faster copy-paste development. Those methods aren't static.