On Thu, Jan 15, 2009 at 1:39 PM, Alek Storm <alek.st...@gmail.com> wrote:

>
> Just to clarify (because I can't find this addressed anywhere else),
> the length delimeter for repeated fields will be the byte count of the
> whole array, not the count of its elements, right?  So an array of 3
> fixed32's would have length 12, not 3.


Right.  That way we can use the "length-delimited" wire type for this, so
old parsers will be able to skip it.

--~--~---------~--~----~------------~-------~--~----~
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