On Mon, Jul 26, 2010 at 2:09 PM, xxxxyyyyyy <ftd...@yahoo.com> wrote:
>
>               DynamicMessage thisthing= DynamicMessage.parseFrom(
> myDescriptorProto.getDescriptorForType(),  inputM);
>                     thisthing.writeTo(System.out);
>

This writes raw binary to System.out.  Use
System.out.print(thisthing.toString()); or something like that.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to