On 5 October 2012 12:28, JonathonS <[email protected]> wrote: > Hi > > Is there a tool that will convert the serialized binary to its string > representation so that I can see all the fields and their values?
There is the TextFormat class that allows you to print the contents of a protocol buffer in a readable form https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.text_format -h > > Thanks, > J > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/protobuf?hl=en. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
