Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.1
-
None
Description
Protobuf functions added support for converting `Any` fields to json strings.
It uses Protobuf's built in `JsonFormat` to covert to JSON.
JsonFormat fails to handled the fields when they are set to `Any.getDefaultInstance()` in the original message. This fails only while using descriptor set, but does not fail while using Java classes. Since using descriptor files is the common case, this can be blocker.