Question
-
Topic
-
Whats differences b/w Serializable&Parcelable in Android for data transfer?
I’m currently working on an Android app and trying to understand the nuances of data transfer between components. In particular, I’m interested in comprehending the differences between two common approaches, Serializable and Parcelable.
I’ve come across both of these mechanisms for object serialization and data transfer in Android, but I’m a bit confused about when to use one over the other and what the practical differences are. Could someone kindly explain?
All Answers
Viewing 0 reply threads