Re: [protobuf] Re: Can i use Protocol Buffers and zeroMQ to be able to replace CORBA in a distributed Application

2016-05-26 Thread Jeffrey Getzin
l be approach for encoding? > > Regards, > Yogesh > 9960352599 > > > On Friday, May 20, 2016 at 7:03:19 PM UTC+5:30, Jeffrey Getzin wrote: >> >> I don't see why not, but what type of data will you be transferring? Some >> data will transfer more efficiently than o

[protobuf] Can i use Protocol Buffers and zeroMQ to be able to replace CORBA in a distributed Application

2016-05-20 Thread Jeffrey Getzin
I don't see why not, but what type of data will you be transferring? Some data will transfer more efficiently than others. For example,I suspect that sending messages with a single large BLOB would not be as efficient as sending many text fields. Jeff -- You received this message

[protobuf] Re: How do I iterate over fields by string field names?

2016-05-19 Thread Jeffrey Getzin
Maybe using the Closure Library's goog.object.getKeys()? http://google.github.io/closure-library/api/namespace_goog_object.html On Thursday, May 19, 2016 at 2:39:14 AM UTC-4, Yan Yan wrote: > > foo.bar1 = 1 > foo.bar2 = 2 > foo.bar3 = 3 > foo["bar1"] = 1 > foo["bar2"] = 2 > foo["bar3"] = 3 >

[protobuf] Re: Where is jspb.Message provided?

2016-05-10 Thread Jeffrey Getzin
> On Thursday, April 28, 2016 at 2:58:42 PM UTC-7, Jeffrey Getzin wrote: >> >> Hi there, >> >> Experimenting with Protobuffers again after being out of Google for a >> few years. I've been generating C# code for my proto buffer definition >> files with

Re: [protobuf] Can someone please help?

2016-05-02 Thread Jeffrey Getzin
016 at 10:43 AM, Jeffrey Getzin <getz...@gmail.com> > wrote: > >> I've been banging my head against the wall trying to get my generated >> JavaScript code to work as described in this thread >> <https://groups.google.com/forum/#!topic/protobuf/v8nXb-aj0rg>.

[protobuf] Can someone please help?

2016-04-30 Thread Jeffrey Getzin
I've been banging my head against the wall trying to get my generated JavaScript code to work as described in this thread . I've tried reading the documentation, but it's cryptic. Anyway, I have an ArrayBuffer containing a

[protobuf] Re: Where is jspb.Message provided?

2016-04-29 Thread Jeffrey Getzin
the ArrayBuffer from the response and deserialize it into the transmitted SuperDuperMessage? Thanks, Jeff the Xoogler On Thursday, April 28, 2016 at 5:58:42 PM UTC-4, Jeffrey Getzin wrote: > > Hi there, > > Experimenting with Protobuffers again after being out of Google for a few &

[protobuf] Where is jspb.Message provided?

2016-04-28 Thread Jeffrey Getzin
Hi there, Experimenting with Protobuffers again after being out of Google for a few years. I've been generating C# code for my proto buffer definition files with no problem; the problem is when I generate the JavaScript files. Each generated JavaScript file has the Closure dependency: