You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Christopher Fingar (Jira)" <ji...@apache.org> on 2022/07/04 20:27:00 UTC

[jira] [Updated] (AVRO-3540) .NET/C# Allow Reflect reader/writer to support Dictionaries keyed by something other than string

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

Christopher Fingar updated AVRO-3540:
-------------------------------------
      Attachment: AVRO-3540.patch
    Release Note: Reflect reader/writer can support dictionaries other than Dictionary<string,object> by specifying a default converter for the type.
          Status: Patch Available  (was: Open)

> .NET/C# Allow Reflect reader/writer to support Dictionaries keyed by something other than string
> ------------------------------------------------------------------------------------------------
>
>                 Key: AVRO-3540
>                 URL: https://issues.apache.org/jira/browse/AVRO-3540
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>            Reporter: Christopher Fingar
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: AVRO-3540.patch
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Currently the existing reflect code does not support converting other key types to string.
> My change provides an opt-in functionality using the default converters. 
> This allows users to keep there existing code instead of converting types to use string keys.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)