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
While #94 added support for serializing Java (17) and Groovy records, it requires explicit enabling of JSON.Feature.USE_FIELD_MATCHING_GETTERS (as per tests that now run).
But this should not be needed; code should automatically apply this setting for Record types.
Note that #148 adds introspection capability to detect if given class is a Record.
The text was updated successfully, but these errors were encountered:
(off-shoot of #149 )
While #94 added support for serializing Java (17) and Groovy records, it requires explicit enabling of
JSON.Feature.USE_FIELD_MATCHING_GETTERS
(as per tests that now run).But this should not be needed; code should automatically apply this setting for Record types.
Note that #148 adds introspection capability to detect if given class is a Record.
The text was updated successfully, but these errors were encountered: