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(deserialization): nested deserialization (#200) #203

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

BSchneppe
Copy link

@BSchneppe BSchneppe commented Dec 30, 2024

changes condition of start element next_event call for structs
always break for EndDocument

fixes #200

This kind of conflicts with #193, and we probably need to come up with a different solution. The problem is that we compare the name of the struct here with the local name, which will not work for renamed fields

changes condition of start element next_event call for structs,
always break for EndDocument
@BSchneppe BSchneppe marked this pull request as draft December 30, 2024 16:39
@BSchneppe
Copy link
Author

BSchneppe commented Dec 30, 2024

was not able to reproduce the deserialization result seen in
#192 , so i removed the namespace equality check

@BSchneppe BSchneppe marked this pull request as ready for review December 30, 2024 18:40
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 this pull request may close these issues.

Incorrect deserialization of triply-nested elements with a default namespace
1 participant