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

Fix Java deserialization checks #38

Closed
DanieleDiBenedetto opened this issue Aug 6, 2020 · 1 comment · Fixed by #46
Closed

Fix Java deserialization checks #38

DanieleDiBenedetto opened this issue Aug 6, 2020 · 1 comment · Fixed by #46
Assignees

Comments

@DanieleDiBenedetto
Copy link
Collaborator

If deserialization of a Rust struct fails, Rust side, the corresponding Java object is created with a pointer to null, instead of returning a whole null Java Object.
The assertions Java side assume the second behaviour instead.

@DanieleDiBenedetto
Copy link
Collaborator Author

Done as part of #46

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

Successfully merging a pull request may close this issue.

1 participant