Replies: 1 comment 1 reply
-
I would try to create a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've successfully parsed a proto file and now have instances of ProtoFile and a protobuf. I would like to perform deserialization at runtime, as I do not know which proto files I will be dealing with before compilation. How can I deserialize a message using ProtoFile? I'm specifically interested in obtaining a JSON string as output.
Main
pom.xml
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions