Return-Path: X-Original-To: apmail-avro-user-archive@www.apache.org Delivered-To: apmail-avro-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06AD118765 for ; Sat, 18 Jul 2015 09:53:27 +0000 (UTC) Received: (qmail 89352 invoked by uid 500); 18 Jul 2015 09:53:26 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 89278 invoked by uid 500); 18 Jul 2015 09:53:26 -0000 Mailing-List: contact user-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@avro.apache.org Delivered-To: mailing list user@avro.apache.org Received: (qmail 89268 invoked by uid 99); 18 Jul 2015 09:53:26 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jul 2015 09:53:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 25414C0728 for ; Sat, 18 Jul 2015 09:53:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.891 X-Spam-Level: * X-Spam-Status: No, score=1.891 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id XOyxuyzWsY-b for ; Sat, 18 Jul 2015 09:53:25 +0000 (UTC) Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 392EC20627 for ; Sat, 18 Jul 2015 09:53:25 +0000 (UTC) Received: by igbij6 with SMTP id ij6so53146569igb.1 for ; Sat, 18 Jul 2015 02:52:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; bh=9lzIGlU40bUbaD1LjRqK3hlma7/BSwEbOnKqtuzZAT8=; b=ZmEGkbEzeZDgigx2wFD9ZFWNGY5/SfcNu4Bi+x8/6WvRs8xoE/+QU55QaZAknX0emT QfIB8QUvumw/dWK1RF+kBLkJawPQGm3/yy7XcmN2IZ9FVAwnL4OmO+ZDgmHzi7FArI+N cipWPmdsoJ3+1G9nYwvv5jWVZTXcd4AUslw4ZoY4WZ+IjUQJGmdWPUGlVPSEecGsuiNP dMu1wT35nUy9WBmOJG80Sb7T9GUR3qgGqZlPYK3o89k5HUEJGKBlIblBFO5HrpEH7u0P cVvIezCtz6NKNi6Jr49lIgKXeQzwdThnVmajwAb4OEZKX+WeHLXrZP0ijd6brX8Hd9nk mz5g== X-Gm-Message-State: ALoCoQkwXFIulyYRwAOxriwzpkeFqZIH+AoPVhQIcYS/+DnTBMU9rG4YpkOegCuQsynVzMtDiOHt X-Received: by 10.50.134.226 with SMTP id pn2mr2193070igb.21.1437213159670; Sat, 18 Jul 2015 02:52:39 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Harsh J Date: Sat, 18 Jul 2015 09:52:29 +0000 Message-ID: Subject: Re: Ruby JSON encoding? To: user@avro.apache.org Content-Type: multipart/alternative; boundary=047d7b2e148dd96afc051b23436b --047d7b2e148dd96afc051b23436b Content-Type: text/plain; charset=UTF-8 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 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 > --047d7b2e148dd96afc051b23436b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The ruby package currently does not have an implementation= similar to the Java JsonEncoder. Only the BinaryEncoder is available withi= n it.

On Sat, Jul 11, 20= 15 at 2:36 AM Jeff Crump <jef= frey.crump@gmail.com> wrote:
Hi,
In my heterogeneous environment I have a Ruby client a= nd 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 encodi= ng on the Ruby side.

<= /div>
Is the JSON encoding suppo= rted in the Ruby implementation?=C2=A0 Thanks for any information you can g= ive.

Thanks,

Jeff<= /div>
--047d7b2e148dd96afc051b23436b--