if i have a `value class`, can I send it through a...
# android
w
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
?
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