I have a static string object and in one method I call

s.serializeToString(&myStaticStrObj);

and later in another method I call


s.ParseFromString(myStaticStrObj);

But the latter always returns false

Debugging shows that the string object is the same in both cases.

-- 
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 http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to