Skip to content

Conversation

@rajuGT
Copy link

@rajuGT rajuGT commented Jan 21, 2026

This MR provides the implementation for the below "message" types
google.protobuf.Struct,
google.protobuf.Value,
google.protobuf.ListValue, and
google.protobuf.NullValue

Adds GoogleProtobufComplexMessageHandler to handle some of the complex Google Protobuf message types that are dynamic and recursive in nature.

This implementation converts these message types to Protobuf's byte-array representation.
While outputting the data, the byte array is converted back to the original structure using the associated field descriptor.

…r did not correctly handle the fields

This MR provides the implementation for the below "message" types
 google.protobuf.Struct,
 google.protobuf.Value,
 google.protobuf.ListValue, and
 google.protobuf.NullValue

Adds GoogleProtobufComplexMessageHandler to handle some of the complex Google Protobuf message types that are dynamic and recursive in nature.

This implementation converts these message types to Protobuf's byte-array representation.
While outputting the data, the byte array is converted back to the original structure using the associated field descriptor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants