You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What language does this apply to?
If it's a proto syntax change, is it for proto2 or proto3?
If it's about generated code change, what programming language?
C#, Proto3
Describe the problem you are trying to solve.
The JsonFormatter does not have a preservingProtoFieldNames method like Java; see JsonFormat.Printer
Describe the solution you'd like
Adding the method, like in Java; simliar issue #2029
Describe alternatives you've considered
None
Additional context
Add any other context or screenshots about the feature request here.
Example:
What language does this apply to?
If it's a proto syntax change, is it for proto2 or proto3?
If it's about generated code change, what programming language?
C#, Proto3
Describe the problem you are trying to solve.
The
JsonFormatter
does not have apreservingProtoFieldNames
method like Java; see JsonFormat.PrinterDescribe the solution you'd like
Adding the method, like in Java; simliar issue #2029
Describe alternatives you've considered
None
Additional context
Add any other context or screenshots about the feature request here.
Example:
Output is:
The text was updated successfully, but these errors were encountered: