I've seen this error when unmarshalling my own parcelable object-types. But 
i've never seen it with types from the framework (in this case IdentityModel 
from the motorola blur interface?).

This is usually due to a problem with class-loaders. E.g. when calling 
'Parcel.readArray(ClassLoader classLoader)' and not providing a classLoader 
parameter (i.e. setting this parameter to null), could cause the error you 
see.

Maybe there is a problem/bug in the parcelable 'IdentityModel' class 
implementation. Or maybe you're not meant to read IdentityModel-objects from 
the Intent's extra (is IdentityModel a public class?)...?

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to