(That assumes both the client and server have access to the schema, which can also be also be sent over as JSON <http://avro.apache.org/docs/1.7.6/api/java/org/apache/avro/Schema.html#toString()> .)
On Mon, Jul 21, 2014 at 2:56 PM, Michael Pigott < [email protected]> wrote: > Hi, > You can use a JsonEncoder > <http://avro.apache.org/docs/1.7.6/api/java/org/apache/avro/io/JsonEncoder.html> > to > create a JSON representation, which Jersey appears to support > <https://jersey.java.net/documentation/latest/media.html#json>. If you > are hoping for XML, I am currently working on AVRO-457 > <https://issues.apache.org/jira/browse/AVRO-457>, and it will probably be > a couple of weeks before I finish. > > Regards, > Mike > > > On Mon, Jul 21, 2014 at 10:23 AM, Chandrashekhar Kotekar < > [email protected]> wrote: > >> Hi, >> >> I woud like to know if it is possible to send data in avro format to and >> from jersey based web services. >> >> Regards, >> Chandrash3khar Kotekar >> Mobile - +91 8600011455 >> >> >
