Skip to content

Objects are not serializable ?! #16

@vbouiller

Description

@vbouiller

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions