You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Brian Lachniet (JIRA)" <ji...@apache.org> on 2019/08/02 01:14:00 UTC

[jira] [Resolved] (AVRO-2389) Serializers for plain old C# objects (POCOs)

     [ https://issues.apache.org/jira/browse/AVRO-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Lachniet resolved AVRO-2389.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0
     Release Note: Added reflection-based serializers/deserializers to the C# bindings

> Serializers for plain old C# objects (POCOs)
> --------------------------------------------
>
>                 Key: AVRO-2389
>                 URL: https://issues.apache.org/jira/browse/AVRO-2389
>             Project: Apache Avro
>          Issue Type: New Feature
>          Components: csharp
>    Affects Versions: 1.8.2
>            Reporter: Patrick Farry
>            Priority: Major
>             Fix For: 1.10.0
>
>
> Hi All,
> I have written code that implements Avro serialization for POCO classes - i.e. classes that are not generated by Avro codegen and do not implement ISpecificRecord. The idea was to make it work as much like [JSON.net|http://json.net/] as possible.
> The serializer inherits from SpecificDefaultWriter and the deserializer from SpecificDefaultReader.
> Avro fields are mapped to C# properties either by matching the field name and property name or by using an attribute to specify the field sequence number. 
> Is this something that would be of interest to the Avro project? My company has approved committing the code and I'd be available and happy to maintain this code and work on other parts of the C# implementation.
> Regards.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)