Has a `rememberSerializable` (that works using `ko...
# compose-desktop
d
Has a
rememberSerializable
(that works using
kotlinx.serialization
) ever been considered? I find the bundle requirements for
rememberSaveable
a bit awkward/type unsafe outside Android.
d
Ahhh interesting, so the requirement only matters when the objects are being saved into a bundle. Thanks!
a
I used Parcelable and Parcelize quite successfully. It is also type safe.