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

Passing Card object in bundle / intent #638

Closed
John61590 opened this issue Sep 10, 2018 · 1 comment · Fixed by #1777
Closed

Passing Card object in bundle / intent #638

John61590 opened this issue Sep 10, 2018 · 1 comment · Fixed by #1777

Comments

@John61590
Copy link

Since the Card object is not Parcelable or Serializable, I cannot pass the object in a bundle or intent. Could you make it parcelable or serializable so this is possible?

@ksun-stripe
Copy link

Hi @John61590,
Thanks for the feedback :) I've added it the backlog

In the meantime, one option is to use the toJson() and pass it around using the JSON representation.

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

Successfully merging a pull request may close this issue.

2 participants