It's extremely straightforward to implement your own MessageBodyReader, and
plug it into your Jersey app to convert messages with appropriate mime
types  (avro/binary for binary payloads and probably application/json or,
less standards-compliant, avro/json for JSON payloads). As Michael Pigott
noted, you can easily return serialized Avro records using the JsonEncoder.

Regards,
Will


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
>
>

Reply via email to