The ruby package currently does not have an implementation similar to the Java JsonEncoder. Only the BinaryEncoder is available within it.
On Sat, Jul 11, 2015 at 2:36 AM Jeff Crump <[email protected]> wrote: > Hi, > > In my heterogeneous environment I have a Ruby client and a Java server. > I'd like to use the JSON encoding (which works great Java-to-Java) but I > can't find information on how to set up JSON encoding on the Ruby side. > > Is the JSON encoding supported in the Ruby implementation? Thanks for any > information you can give. > > Thanks, > > Jeff >
