Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objects are not serializable ?! #16

Open
vbouiller opened this issue Aug 23, 2017 · 0 comments
Open

Objects are not serializable ?! #16

vbouiller opened this issue Aug 23, 2017 · 0 comments

Comments

@vbouiller
Copy link

Hi!

I'm trying to pass an ArrayList of Sms, Calendars, Calls or Contacts to an IntentService via a Bundle. However, the 'me.everything.providers.android.telephony.Sms' and other classes are not Serializable causing the Parcel: unable to marshal value error to pop up.

Any idea on how to put this ArrayList inside an intent without using a Parcelable Bundle? Or could you at least change every base class and have it extends Serializable?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant