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

Сryptocontext serialized in version 1.0.4 cannot be deserialized with version 1.1.x #571

Closed
g-arakelov opened this issue Oct 28, 2023 · 0 comments · Fixed by #704
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@g-arakelov
Copy link
Collaborator

g-arakelov commented Oct 28, 2023

In version 1.1.1(main), new parameters have been added to the Cryptocontext that are missing in version 1.0.4 (stable), and therefore, when trying to deserialize a cryptocontext that was serialized in version 1.0.4, exceptions occur.
In particular, the ccl parameter is missing.
The problem is relevant both for JSON and BINARY types of serialization.
libc++abi: terminating due to uncaught exception of type cereal::Exception: JSON Parsing failed - provided NVP (ccl) not found
cryptocontext_v1.0.4.json
cryptocontext_v1.1.1.json

@yspolyakov yspolyakov added this to the Release 1.1.2 milestone Oct 30, 2023
@yspolyakov yspolyakov added the bug Something isn't working label Mar 7, 2024
@yspolyakov yspolyakov changed the title Сryptocontext serialized in version 1.0.4 cannot be deserialized with version 1.1.1 Сryptocontext serialized in version 1.0.4 cannot be deserialized with version 1.1.x Mar 7, 2024
@yspolyakov yspolyakov linked a pull request Mar 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants