-
Notifications
You must be signed in to change notification settings - Fork 155
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
Stable serialization of 'Seq' implementations #266
Comments
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
jenetics
added a commit
that referenced
this issue
Oct 4, 2017
…serialization #266: Stable 'Seq' serialization
Merged into r4.0.0 branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current implementations of the
Seq
interfaces uses the default serialization mechanism without overriding thewriteObject
andreadObject
methods. For smaller serialized objects and for a more stable serialization (in the sens of compatibility), this methods should be implemented explicitly.The text was updated successfully, but these errors were encountered: