On Tue, Mar 11, 2014 at 7:28 PM, Zihan Liu <[email protected]> wrote: > If proto Foo and proto Bar have exactly the same fields, can I use Bar to > parse a serialized Foo message?
Yes. The actual message name (or any of the field names for that matter) are not encoded. The only things that matter are the field/tag id's and types. -- 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.
