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

Can JCF classes be Serializable? #110

Closed
guidomedina opened this issue Oct 4, 2017 · 2 comments
Closed

Can JCF classes be Serializable? #110

guidomedina opened this issue Oct 4, 2017 · 2 comments

Comments

@guidomedina
Copy link

guidomedina commented Oct 4, 2017

It is a rather odd request but another project which I switched from FastUtil to Agrona serializes lists of IDs to the DB using standard Java serialization but that can't be done if one of the objects -IntArrayList in this case- is not Serializable

mjpt777 added a commit that referenced this issue Oct 4, 2017
…zy enough to want this can have it. Note: serialVersionUID is not added as many of the implementations are generated. Issue #110.
@mjpt777
Copy link
Contributor

mjpt777 commented Oct 4, 2017

I've added it but wow that is a crazy thing to do! ;-) I feel dirty adding this as an enhancement.

@guidomedina
Copy link
Author

guidomedina commented Oct 4, 2017

Is only a marker interface, don't worry, everything is going to be OK.
It is a 10 years old code base so not much I can do unless I do things gradually :(

In the other hand, on the other project (Financial Industry) which is a green field project, everything is wonderful, Java serialization there is disabled, forever !!!

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

2 participants