Re: [protobuf] Serializing List of Objects

2012-06-27 Thread Joel Carrier
Hi Marc, Could you elaborate on your note: (note: this is specific to protobuf-net, not "protocol buffers" more widely) What are the implications if communicating with non-protobuf-net targets? (ie. java, python, ... applications) Joel On Wednesday, June 20, 2012 9:05:49 AM UTC-4, Marc Gra

Re: [protobuf] Serializing List of Objects

2012-06-28 Thread Joel Carrier
or take) what you will get if you feed the above .proto > into "protogen" (protobuf-net's entirely optional code generator for > handling .proto definitions) > > Marc > > > > On 27 June 2012 16:21, Joel Carrier wrote: > >> Hi Marc, >> >> Coul

Re: [protobuf] Serializing List of Objects

2012-06-28 Thread Joel Carrier
arate topic), this will be treated *entirely* as just a List - > so no specific message is generated. As per my previous comment, such a > list is then semantically identical to > > message SomeWrapper { > repeated Item_Customer Items = 1; > } > > Make sense? &g