Skip to content

Deserializing with NullValueHandling.Ignore ignore null values - #2989

Open
sssousa wants to merge 7 commits into
JamesNK:masterfrom
sssousa:master
Open

Deserializing with NullValueHandling.Ignore ignore null values#2989
sssousa wants to merge 7 commits into
JamesNK:masterfrom
sssousa:master

Conversation

@sssousa

@sssousa sssousa commented Oct 18, 2024

Copy link
Copy Markdown

When NullValueHandling is set for NullValueHandling.Ignore, it should initialize the primitive type with its default value when null. This PR closes #2954

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.

Deserializing with NullValueHandling.Ignore for a type with constructor parameters doesn't ignore null values

1 participant