I mean Avro serializes json into avro binary format. And it converts avro binary to json. My question is can we convert the avro binary to raw binary. Raw binary which represents in 0,1 A-F, human readable.
Thanks in advance. On Fri, Jun 13, 2014 at 10:54 PM, Wai Yip Tung <[email protected]> wrote: > What is raw binary format? > > > Sachin Goyal wrote: > > > Hi Mohan, > > Did you try Avro-Tools ? > ( > http://www.michael-noll.com/blog/2013/03/17/reading-and-writing-avro-files-from-the-command-line/ > ) > > Cheers > Sachin > > From: mohan kumar Muddana<[email protected]<mailto:[email protected]>> > Reply-To: "[email protected]<mailto:[email protected]>"< > [email protected]<mailto:[email protected]>> > Date: Friday, June 13, 2014 at 2:56 AM > To: "[email protected]<mailto:[email protected]>"< > [email protected]<mailto:[email protected]>> > Subject: Avro binary format to raw binary format > > Hi, > Tried to search the archives, but couldn't find good answer. > Just wanted to know is there any way to convert avro binary data which is > converted from js on to raw binary format. And also raw binary format to > avro binary format. > > Will the decoder classes present work. > > Thanks in advance > Mohan > >
