In the case of compound types where wrappers are needed (e.g., lists), the generator code didn't attempt to create wrappers for enums. This resulted in bad codegen for deserializing compound types containing enums.
The code has been slightly refactored to make forgetting this harder, by introducing a new method to try to centralize wrapper fetching.
In the case of compound types where wrappers are needed (e.g., lists), the generator code didn't attempt to create wrappers for enums. This resulted in bad codegen for deserializing compound types containing enums.
The code has been slightly refactored to make forgetting this harder, by introducing a new method to try to centralize wrapper fetching.