Hi,
Proto3 specification for Protocol buffer states that if a scalar message field is set to its default value, the value will not be serialized on the wire.
However, in case we have a scalar field set to default value, e.g. an int32 message field with value set as 0, Is there a way to emit it with default value in Java?
Thanks!
Rupleena