Investigate performance of deserializing enums #52
Labels
Area: Web API v2
Related to the v2 web API
Resolution: Fixed
The issue has been fixed
Type: Bug
Something isn't working
I encountered this while checking if I added support for EnumMemberAttribute.
Apparently every time when an enum needs to be deserialized, it gets all enum names and values, and tries to check if EnumMemberAttribute is defined on any of the values.
I expect this to be pretty taxing because this is all done through reflection.
In order to confirm this, I'll have to run some benchmarks.
The text was updated successfully, but these errors were encountered: