Use Parcelable Instead of Java Serializable
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
Parcelable bettar than Serializable in Android. For better performance and memory efficiency. Parcelable is optimized for Android's Parcel system, providing a more efficient mechanism for interprocess communication. It's specifically designed for Android and offers advantages like explicit implementation and improved memory control.
[Source](https://stackoverflow.com/questions/3323074/android-difference-between-parcelable-and-serializable)
Contributor guide
Assessment
This issue has not been assessed yet.