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
and there is a map that maintains the relationship between id and sub_message.
problem:
when I use parse_from_bytes to get a message that contains message A. I want to get the real message behind the bytes sub_message.
background:
I have a message A that is used everywhere.
and there is a map that maintains the relationship between id and sub_message.
problem:
when I use parse_from_bytes to get a message that contains message A. I want to get the real message behind the bytes sub_message.
The place where MessageA is used looks like this
In js.
protobuf.wrappers
solves my problem.What is the solution similar to protobuf.wrappers in rust-protobuf?
The text was updated successfully, but these errors were encountered: