Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Serializer] fix nullable int cannot be serialized#52885
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedDec 4, 2023
Hey! Thanks for your PR. You are targeting branch "7.1" but it seems your PR description refers to branch "6.4". Cheers! Carsonbot |
b407e62 toc3c55e8Compare
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
that's for 5.4 I suppose?
can you please rebase + retarget?
Uh oh!
There was an error while loading.Please reload this page.
c3c55e8 to5d62deaComparenikophil commentedDec 4, 2023
@nicolas-grekas done the problem only occurs with nullable types properties, hence the |
nicolas-grekas commentedDec 4, 2023
Thank you@nikophil. |
Uh oh!
There was an error while loading.Please reload this page.
Hello,
previous tothis PR such XML could be deserialized correctly, setting null in the value:
but now it creates the following error:
I looked for any issue or PR mentioning this problem, but couldn't find it. So here is a fix
ping@Jeroeny