We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think enums, being specific class, should be also defined in a specific json file, with of format like
{ "do_json": true, "package": "com.yelp.android.biz.serializable", "type": "enum", "values": [ "VALUE_1", "VALUE_2", ... ] }
The fact that they are currently generated inside another class makes it impossible to reuse them among parcel generated classes.
The text was updated successfully, but these errors were encountered:
The counterargument is what happens when you have two parcel generate classes that define an enum of the same name, but for different purposes?
We originally had them separated, but decided we wanted to be safe and avoid this problem.
Sorry, something went wrong.
No branches or pull requests
I think enums, being specific class, should be also defined in a specific json file, with of format like
The fact that they are currently generated inside another class makes it impossible to reuse them among parcel generated classes.
The text was updated successfully, but these errors were encountered: