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

Error with custom serialization methods #3

Open
jopereira opened this issue Mar 13, 2015 · 1 comment
Open

Error with custom serialization methods #3

jopereira opened this issue Mar 13, 2015 · 1 comment

Comments

@jopereira
Copy link
Owner

Original issue 3 created by jopereira on 2013-01-22T18:08:54.000Z:

Custom serialization with readObject/writeObject methods will only work if the Class explicitly implements Serializable and does not inherit it from a Parent.

Workaround: Explicitly add "implements Serializable" to all classes in the hierarchy.

(reported by N. Stifter)

@jopereira
Copy link
Owner Author

Comment #1 originally posted by jopereira on 2013-01-22T18:10:13.000Z:

<empty>

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

No branches or pull requests

1 participant