Hi!

I am writing my own library for working with protobuf for D language 
(dlang.org) and have a question:

Each message is preceded by a header in the "length delimited" format and 
has tag which contains number of field. How I can distinguish message 
header with field number and real field tagged with the same number? After 
all, (as I understand it) theoretically any fields can be repeated at 
random locations in the message.

Thanks.

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


Reply via email to