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

Serialising objects into the database is a Bad Idea #87

Open
megabug opened this issue Apr 10, 2018 · 0 comments
Open

Serialising objects into the database is a Bad Idea #87

megabug opened this issue Apr 10, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@megabug
Copy link
Member

megabug commented Apr 10, 2018

In Card we have:

@DatabaseField(dataType = DataType.SERIALIZABLE)
public CardData cardData;

This is a bad idea; whenever we change CardData the automatic deserialisation will fail.

@megabug megabug added the bug label Apr 10, 2018
@megabug megabug added this to the beta milestone Apr 10, 2018
@megabug megabug self-assigned this Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant