For my Android application, I get several unmarshalling errors although I think I\'ve done everything that is needed to properly save and load objects via Parcelable>
Parcelable>
Before reading from bundle, set ClassLoader:
bundle.setClassLoader(getClass().getClassLoader());
This saved my time!