As far as I know, there is no functionality for doing this other than just by using 'protoc --decode_raw'. Actually in my experience it is somewhat rare to need to do this, though.
On Fri, Oct 20, 2017 at 11:12 AM, Jeff White <[email protected]> wrote: > Is there anything that can generate the equivalent of 'protoc > --decode_raw' in any of the jvm libraries? > > Is it not a common use case to dump human-readable representation of the > binary format in cases it cannot be parsed at runtime, for troubleshooting > purposes? > > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
