Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Parcel error #5

Open
ercanyuz opened this issue Jan 7, 2014 · 1 comment
Open

Parcel error #5

ercanyuz opened this issue Jan 7, 2014 · 1 comment
Labels

Comments

@ercanyuz
Copy link

ercanyuz commented Jan 7, 2014

I get following exception when I want to send a Place object from an activity to another using putExtra/getParcelableExtra

01-07 16:17:35.091: E/AndroidRuntime(23378): java.lang.RuntimeException: Parcel: unable to marshal value io.github.axxiss.places.model.Place$Geometry@40fbf158

@Axxiss
Copy link
Owner

Axxiss commented Jan 7, 2014

That's because Geometry needs to implement Parcelable and it doesn't.

Will fix it asap.

@Axxiss Axxiss added the bug label Oct 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants