Hi all.

I have a message with extension, and when I serialize it with
SerializeToString(), the extension looks something like this:

1000 {
  1: 1
}

However if I try to parse the resulting string with ParseFromString(),
it complains about the line "1000 {":

Error parsing text-format ... : 22:1: Expected identifier.

So, looks like ParseFromString() requires a different format than
SerializeToString() produces?

Can anybody shed some light on it?

Thanks for any help,

Arkadiy

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to