Khrystyna Popadyuk created AVRO-3580:
----------------------------------------
Summary: .NET/#C: Support union (nullable) for converters for
ReflectReader/Writer
Key: AVRO-3580
URL: https://issues.apache.org/jira/browse/AVRO-3580
Project: Apache Avro
Issue Type: Improvement
Components: csharp
Reporter: Khrystyna Popadyuk
For .NET/#C nullable types is supported by union.
But union is not supported for properties with converter (general or
attribute). As a result to support nullable types we need have separate
converter for it. As a result it cause a lot of code duplicate.
For example for DateTime type there should be one converter and for DateTime?
another one.
Support union for properties with converters can be beneficial for those who
use ReflectReader/Writer.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)