Hi, Yep I meant without the libraries, But you guided me in the right direction with the 2 files to look at :)
I'll try that first Thnx ------Original Message------ From: Evan Jones To: Parez, Timothy Cc: Protocol Buffers Subject: Re: [protobuf] Basic message encoding/decoding Sent: Jul 7, 2010 21:39 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/ Sent from my BlackBerry® wireless device -- 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.
