ch-robinson / dotnet-avro

An Avro implementation for .NET
https://engineering.chrobinson.com/dotnet-avro/
MIT License
135 stars 51 forks source link

Support mapping string schemas to `Enum` types #188

Closed dstelljes closed 2 years ago

dstelljes commented 2 years ago

This change implements the reverse of #161, serializing and deserializing .NET enums as string schemas. Since we already support mapping to integral types, this change is consistent with the library’s behavior generally.