I'm pretty sure there isn't a protobuf library for Pharo. If you're planning on implementing one, I'd love to collaborate (I could certainly use one for Phriak (driver for the Riak nosql db)).
On Mon, May 11, 2015 at 2:46 PM, Benjamin Pollack <benja...@bitquabit.com> wrote: > On Mon, May 11, 2015, at 12:27 PM, Paul DeBruicker wrote: > > If you've gotta have prorobuf then you've gotta have protobuf but there > > is a > > thrift implementation (https://thrift.apache.org/) and also a message > > pack > > implementation (https://code.google.com/p/stomp-serializer/) > > > > There are unfortunately a lot of protocols (including the one I > mentioned used by RethinkDb) that are protobuf-based, so using one of > those won't work too well. If interfacing with a third-party tool > *weren't* necessary, I'd honestly probably just use Fuel, anyway. > > --Benjamin > >