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 empty value deserialization #8

Merged
merged 2 commits into from
Nov 7, 2022
Merged

Fix empty value deserialization #8

merged 2 commits into from
Nov 7, 2022

Conversation

yukinarit
Copy link
Member

@yukinarit yukinarit commented Nov 7, 2022

Fix to wrap $value element in Option

To workaround quick-xml deserialization issue.

Without, this it fails to deserialize a tag with empty value

e.g.

<Impression id="Impression-ID">
</Impression>

Closes #7

To workaround quick-xml deserialization issue.

Without, this it fails to deserialize a tag with empty value

e.g.
<Impression id="Impression-ID">
</Impression>
@yukinarit yukinarit changed the title Fix empty value Fix empty value deserialization Nov 7, 2022
@yukinarit yukinarit merged commit 84c1d8f into main Nov 7, 2022
@yukinarit yukinarit deleted the fix-empty-value branch November 7, 2022 08:34
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.

Failed to deserialize empty Impression tag
2 participants