You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been thinking about solutions to the enum-codec bug (#2264) that doesn't impact performance. (The obvious fix is to remove the built-in enum-to-string Converter, but I'm not sure about the performance impact.)
Maybe this proposed new @CodecProvider annotation could help here too: maybe the built-in converter could first check if that annotation is present for the enum -- if it is, it can just not convert that type.
evanchooly
changed the title
Introduce @CodeProvider for discovery of user supplied CodecProviders
Introduce @CodecProvider for discovery of user supplied CodecProviders
May 16, 2023
see this discussion for context.
The text was updated successfully, but these errors were encountered: