-
Notifications
You must be signed in to change notification settings - Fork 293
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
Add non-null to store even non-default values in serialization #652
Conversation
Codecov Report
@@ Coverage Diff @@
## master #652 +/- ##
============================================
+ Coverage 63.42% 63.43% +0.01%
- Complexity 3082 3083 +1
============================================
Files 234 234
Lines 16592 16592
Branches 2996 2996
============================================
+ Hits 10523 10525 +2
+ Misses 4529 4528 -1
+ Partials 1540 1539 -1
Continue to review full report at Codecov.
|
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.
LGTM
(cherry picked from commit 301e02e)
(cherry picked from commit 301e02e)
(cherry picked from commit 301e02e)
(cherry picked from commit 301e02e)
(cherry picked from commit 301e02e)
(cherry picked from commit 301e02e)
Issue #, if available:
Description of changes:
JsonInclude.Include.NON_NULL
will store all non-null & non-default values alsoBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.