Question about the state of the AVRO C# (csharp) implementation

2014-03-13 Thread Longton, Nigel
Hi, Are there plans to make C# feature equivalent? The major differences seem to be: 1. C# doesn't support the Avro IDL schema definition 2. C# doesn't support the JSON serialization codec 3. We had a case where we wanted to deserialize a json array which we can do in Java

How to specify the CSharp class name of a field

2014-03-13 Thread Longton, Nigel
Guys What is the equivalent to 'java-class' for the csharp code generator? Specifically we're looking at having fields of date and decimal type. Thanks Nigel This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you

Re: Question about the state of the AVRO C# (csharp) implementation

2014-03-13 Thread Doug Cutting
On Thu, Mar 13, 2014 at 7:34 AM, Longton, Nigel nigel.long...@pimco.com wrote: Are there plans to make C# feature equivalent? As a volunteer-based open-source project, we don't have a long-term plan. Rather we, as a group, consider contributions as they arrive and generally accept those that

Re: How to specify the CSharp class name of a field

2014-03-13 Thread Doug Cutting
On Thu, Mar 13, 2014 at 7:59 AM, Longton, Nigel nigel.long...@pimco.com wrote: What is the equivalent to ‘java-class’ for the csharp code generator? There isn't an equivalent at this point. Specifically we’re looking at having fields of date and decimal type. You could perhaps interpret the

RE: How to specify the CSharp class name of a field

2014-03-13 Thread Longton, Nigel
Doug This model would work for our current use cases. Thanks Nigel -Original Message- From: Doug Cutting [mailto:cutt...@apache.org] Sent: Thursday, March 13, 2014 9:16 AM To: user@avro.apache.org Subject: Re: How to specify the CSharp class name of a field On Thu, Mar 13, 2014 at 7:59