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

Does not build #42

Open kshitijsv opened 7 years ago

kshitijsv commented 7 years ago

Get error on line no. 235 saying symbol not found. I've been using 1.7 I had to remove the usage of toUnsignedLong and unsignedLong again on 240 to make it build.