can anyone please explain me what it means by the performance issue the serialization encounters and make the Parcelable an efficient way rather than serialization in android to pass an object from one activity to another.
Thanks In Advance.
can anyone please explain me what it means by the performance issue the serialization encounters and make the Parcelable an efficient way rather than serialization in android to pass an object from one activity to another.
Thanks In Advance.
You should read a nice blogpost about it : http://www.developerphil.com/parcelable-vs-serializable/