nextcloud / nextcloud/android

Use Parcelable Instead of Java Serializable

Open
#12,318 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.