Hey team! maybe someone answer this question. But ...
# serialization
e
Hey team! maybe someone answer this question. But i have a Compose Multiplatform project. Using Voyager for navigation and my app is crashing when goes to background in a class that has an object as parameter:
android.os.BadParcelableException: Parcelable encountered IOException writing serializable object
Copy code
data class QrScreen(private val profileMember: ProfileMember) : Screen {
any thoughts?