Join Slack
Powered by
if i have a `value class`, can I send it through a...
# android
w
William Reed
10/27/2021, 5:05 PM
if i have a
value class
, can I send it through a bundle as the type of it’s backing field? or do i need the class to be
Parcelable
?
William Reed
10/27/2021, 5:06 PM
i’m guessing i can do either, but it would just take more manual work to pull out the backing field and put it in the bundle
3
Views
Open in Slack
Previous
Next