Tool to convert binary back to string representation
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
JonathonS <thejunk... @gmail.com>
Date: Fri, 5 Oct 2012 12:28:58 -0700
Local: Fri, Oct 5 2012 3:28 pm
Subject: Tool to convert binary back to string representation
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?
Thanks,
J
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Henner Zeller <h.zel... @acm.org>
Date: Fri, 5 Oct 2012 23:32:29 -0700
Local: Sat, Oct 6 2012 2:32 am
Subject: Re: [protobuf] Tool to convert binary back to string representation
On 5 October 2012 12:28, JonathonS <thejunk... @gmail.com> 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/goo...
-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 protobuf@googlegroups.com.
> To unsubscribe from this group, send email to protobuf+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/protobuf?hl=en .
You must
Sign in before you can post messages.
You do not have the permission required to post.