AdrianStrugala / AvroConvert

Rapid Avro serializer for C# .NET
Other
97 stars 27 forks source link

fix(Deserialize): exception on enums marked with Flags #142

Closed Paulskit closed 7 months ago

Paulskit commented 7 months ago

When working with enums marked with Flags attribute, AvroConvert serializes the value as long. On deserialize, it fails to cast it back to enum properly, causing InvalidCastException.

image

This small PR is to fix this behaviour.

AdrianStrugala commented 7 months ago

Hey, thank you for your PR! I plan to release the next version by the end of the week