[android-developers] Re: Bundles and serializable objects - what is actually stored?

2009-03-25 Thread matthias
Thanks for your in-depth answer, that was really helpful. Cheers, Matthias --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Bundles and serializable objects - what is actually stored?

2009-03-24 Thread Dianne Hackborn
When you put a serializable into a bundle, the bundle holds on to the object reference UNTIL it needs to be marshalled across processes. At that point it will get serialized into a byte stream, the bundle will be written into a parcel, and the other side will receive a new bundle object with a