-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting of individual Enum Values #74
Comments
What does this field contain? The tag number? |
Not really something like this:
In Java I am unable to extract the enum integer value from a Wire code generated class, something that Google Protocol Buffer Code generation allowed me to have via a public |
Seems simple enough. You're welcome to submit a pull request to add it, or I can do it sometime after the New Year. |
Which code sections should I be looking at? Wire has helped me remove 14K protobuf methods from the generated APK. I shall be very happy to contribute =) |
Look for
in MessageEmitter.java. |
Add Additional statements for exporting individual Enum Values See #74
month_name_format LLLL breaks build and API compatibility
Currently Google Protocol Buffer code generation exports a
VALUE
field for Enums, whereas Wire does not do so. Is this by design?The text was updated successfully, but these errors were encountered: