gson-comments/proto
Emmanuel Cron 339c783b4a Updated the ProtoTypeAdapter to a version that works smoothly and supports field name/value customization.
- Lets you customize the proto field name serialization per field
    - Lets you use different cases for serialization (e.g. you could use UpperCamelCase for your proto field names and willing to serialize them using LowerHyphen)
    - Lets you choose to serialize enum values with their value (0, 1, 2, ...) instead of their name.
2015-10-06 16:20:37 -07:00
..
src Updated the ProtoTypeAdapter to a version that works smoothly and supports field name/value customization. 2015-10-06 16:20:37 -07:00
pom.xml Updated the ProtoTypeAdapter to a version that works smoothly and supports field name/value customization. 2015-10-06 16:20:37 -07:00