Avro and serializable interface

2014-08-28 Thread Casadio Phaedra
Hi, i’m in the need to pass an avro generated bean trough idl trough an ejb. Now the problem is that avro beans does not extend serializable interface. How can i solve the problem? if it’s possible… Also, trough avro tools in command line version, how can i pass fieldvisibility param ? Thanks

Re: Avro and serializable interface

2014-08-28 Thread Doug Cutting
On Thu, Aug 28, 2014 at 4:22 AM, Casadio Phaedra phaedra.casa...@datamanagementpa.it wrote: Now the problem is that avro beans does not extend serializable interface. How can i solve the problem? if it’s possible… There is a request to change this. I will upload a patch there soon.