The encoding documentation:
http://code.google.com/apis/protocolbuffers/docs/encoding.html

<http://code.google.com/apis/protocolbuffers/docs/encoding.html>specifies
that fixed-width numbers are encoded in little-endian order.  However, you
only have to know that if you are writing a protobuf parser or encoder.  As
a user, this is all handled automatically.

On Fri, Aug 14, 2009 at 8:28 AM, DaveP <pelow...@pelowitz.com> wrote:

>
> I quickly reviewed the documentation and the faq and found no
> reference to the protocol demanding big endian or little endian or
> associated byte order conversion.  Does the protocol require one or
> the other?  Alternately, does the compiled have an "endian" switch/
> conversion option in the resulting code?  Specifically, I'll be
> generating binary data on a big endian and sending to a little endian.
> >
>

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