-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new 'includingDefaultValueWithoutPresenceFields' option to the …
…Java parser which is intended to replace the current 'includingDefaultValueFields'. The old flag accidentally had inconsistent behavior between proto2 optional and proto3 optional fields, the new flag treats them consistently (and is consistent with the preexisting behavior of the Go JSON serializer). PiperOrigin-RevId: 602711486
- Loading branch information
1 parent
d21425d
commit 58baeb4
Showing
4 changed files
with
380 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.