Hi Mark

The serialization code works because my workaround I mentioned in my 
previous post works ("write everything into a byte[] using 
ObjectOutputStream.writeObject() on top of a ByteArrayOutputStream and then 
put the byte[] into the Bundle").

I tested your onRetainNonConfigurationInstance/
getLastNonConfigurationInstance suggestion and that's exactly what I was 
looking for! Thanks.

Remains the question why Android doesn't call through to writeObject? Maybe 
Dianne can answer that question?

Best Regards
Emanuel Moecklin
1gravity LLC

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to