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

Deserialization fails for nested structures #57

Closed
esensar opened this issue Oct 26, 2021 · 0 comments
Closed

Deserialization fails for nested structures #57

esensar opened this issue Oct 26, 2021 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@esensar
Copy link
Owner

esensar commented Oct 26, 2021

Version

  • 0.4.1 (and every one before)

Describe the bug
Deserialization of nested structures fails - see #55 (comment) for example
This may also happen in other cases as well, since the issue is caused by trying to read a field name when end of structure is reached, thus moving the current position in input stream and breaking further deserialization

Expected behavior
Deserialization should behave the same, regardless of level of nesting

@esensar esensar added the bug Something isn't working label Oct 26, 2021
@esensar esensar added this to the 0.4.2 milestone Oct 26, 2021
esensar added a commit that referenced this issue Oct 26, 2021
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

No branches or pull requests

1 participant