java - Difference Between parcelable and Serialization? -


this question has answer here:

can please explain me means performance issue serialization encounters , make parcelable efficient way rather serialization in android pass object 1 activity another.

thanks in advance.

you should read nice blogpost : http://www.developerphil.com/parcelable-vs-serializable/


Comments