dart-backend / angel

A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
https://github.com/dukefirehawk/angel
BSD 3-Clause "New" or "Revised" License
171 stars 22 forks source link

Use @SerializableField properties in Query.parseRow #99

Closed BenVercammen closed 1 year ago

BenVercammen commented 1 year ago

My proposal for #98 .

This should result in consistent (de)serialization for enum fields with the specified @SerializableField properties.