On Jul 7, 2010, at 5:43 , Timothy Parez wrote:
I'm aware I can simply use one of the various libraries, but it's
important I understand basic encoding/decoding so I can
pass this knowledge to teams who are using a language which is not
supported by any of the libraries.

I don't understand: you want code for encoding/decoding protocol buffers that does not use the official protocol buffer library? Or you want an example that uses the protocol buffer library? If you want to know how raw messages are encoded and decoded, digging through the source code for CodedInputStream / CodedOutputStream is probably helpful.

Also: did you look at the third party libraries? Many programming languages have implementations you could try using:

http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns

Evan

--
Evan Jones
http://evanjones.ca/

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to