Join Slack
Powered by
This message was deleted.
# android
s
Slackbot
10/29/2021, 2:04 PM
This message was deleted.
l
Luke
10/29/2021, 2:14 PM
If you want to put your enum in a Bundle, you don't need to parcelize your enum. I suggest using
bundle.putSerializable(enum)
. See here:
https://stackoverflow.com/a/5309967
j
juliocbcotta
10/29/2021, 2:17 PM
Parcelize plugin allows me to annotate enum classes, so I suppose it should work… and Serializable is known to be slower than Parcels… so I would rather not…
2
Views
Open in Slack
Previous
Next