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

Distinguish between null values and omitted keys when unmarshaling #321

Open
w1ck3dg0ph3r opened this issue Nov 5, 2020 · 0 comments · May be fixed by #322
Open

Distinguish between null values and omitted keys when unmarshaling #321

w1ck3dg0ph3r opened this issue Nov 5, 2020 · 0 comments · May be fixed by #322

Comments

@w1ck3dg0ph3r
Copy link

As I understand, currently it's not possible to determine whether the key was set to null or absent when unmarshaling due to skipping unmarshaling of wrapper types in this check.

This would be beneficial for e.g. unmarshaling patch requests, where such distinction is necessary.

@w1ck3dg0ph3r w1ck3dg0ph3r linked a pull request Nov 5, 2020 that will close this issue
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 a pull request may close this issue.

1 participant