-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parcelize serializable data is broken #5
Comments
Welcome and thanks for contributing! Make sure to leave a detailed explanation of the issue. |
I was able to reproduce the issue. I'm not positive about the cause, but it seemed to be an incorrect function call. It was resolved after the changes made in the following commit where I removed the |
The issue has to do with the |
The issue had to do with the Android implementation of the |
Resolved with release |
Describe the bug
When I'm trying to transfer Serializable data through Bundle, I use methods putParcelable and getParcelable to parcelize it but the result data is broken.
To Reproduce
Params:
Result behavior
Params(false)
Expected behavior
Params(true)
Result behavior
null
Expected behavior
Params(false)
Additional context
Serialization-parcelable - 0.5.1 (version 0.5.0 works fine)
Kotlin - 1.7.20
Kotlin-serialization - 1.4.1
The text was updated successfully, but these errors were encountered: