0

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.

manlio
  • 18,345
  • 14
  • 76
  • 126
Aada
  • 1,591
  • 7
  • 30
  • 57
  • Check [out this link][1] Hope it helps. [1]: http://stackoverflow.com/a/11078000/2345913 – CRUSADER May 06 '13 at 09:12
  • Hi Crusader, the read this one and it says --The preferred technique is Parcelable since it doesn't impact the performance.But I am not understanding how serialization impacts the performance – Aada May 06 '13 at 09:14
  • Thanks Waqas. I am sorry for creating a duplicate question, – Aada May 06 '13 at 09:17
  • Hi Waqas,Thanks for mentioning it. But clear explanation is been provided in the underlying link provide by nbe_42 – Aada May 06 '13 at 09:48

1 Answers1

1

You should read a nice blogpost about it : http://www.developerphil.com/parcelable-vs-serializable/

nbe_42
  • 1,212
  • 1
  • 14
  • 22