Monday, January 28, 2019

The Difference Between Parcelable And Serializable In Android

Parcelable and Serializable interfaces are used to serialize the objects in Android, but based on their implementation and working, they are different. You must know the advantages and disadvantages of both before using them in your awesome applications.

source https://www.c-sharpcorner.com/Blogs/difference-between-parcelable-and-serializable-in-android

No comments:

Post a Comment