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
Looks like regular EnumDeserializer is cachable, but it's factory-based alternative not.
I think this is not intentional but accidental; there does not seem to be particular reason to prevent it, and creation is pretty costly (I actually found it by profiling production systems).
The text was updated successfully, but these errors were encountered:
Looks like regular
EnumDeserializer
is cachable, but it's factory-based alternative not.I think this is not intentional but accidental; there does not seem to be particular reason to prevent it, and creation is pretty costly (I actually found it by profiling production systems).
The text was updated successfully, but these errors were encountered: