[protobuf] javascript protocol buffers encoder

2010-01-04 Thread alf
There are any away to encode data to protobuffer message directly from javascript ? what do you think about this idea. load data, encode, convert to string, send to server, receive to serve, convert string to bytes, decode to pb message any opensource tools. many thanks. -- You received this

[protobuf] storing serialized proto buffer in datastore

2010-01-11 Thread alf
How can I store protocol buffer into datastore What type of datatyp (blob or text ) I should be use. Any special trick or practice. thanks -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to proto...@goog

[protobuf] app engine

2010-02-04 Thread alf
Hi, Any Idea of when will be available protol buffers in appenige natively. thanks -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to proto...@googlegroups.com. To unsubscribe from this group, send email t

[protobuf] doubt

2010-09-08 Thread alf
what is different o what is recommended is the same ? message A { optional string stuff = 1 repeated message A = 2 } message B { optional string stuff=1 } or message A { optional string stuff = 1 repeated message A = 2 message B { optional string stuff=1 } } -- You recei

[protobuf] big pb vs several light pb

2011-03-26 Thread alf
I recognize each case is different but for your experience what is best to do a big pb with a lot of data serialized or split in several smaller pb. thanks -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email