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

added enumByName as default with optional flag #49

Open clatko opened 6 years ago

clatko commented 6 years ago

based on work by @mchataigner