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
Currently there is no way to customize the handling of map keys during decoding, which means that the names have to line up perfectly. If it was possible to hook in custom logic like _.toLowerCase oder _.toCamelCase flexibility for decoding serializations from 3rd party sources would be greatly increased.
Also, it'd be great to have an annotation allowing for setting alternate names of case class members in serializations.
The text was updated successfully, but these errors were encountered:
sirthias
changed the title
Enable configuration of custom logic for transformation of map keys during decoding
Enable configuration of custom logic for transformation of map keys
Jan 27, 2023
Currently there is no way to customize the handling of map keys during decoding, which means that the names have to line up perfectly. If it was possible to hook in custom logic like
_.toLowerCase
oder_.toCamelCase
flexibility for decoding serializations from 3rd party sources would be greatly increased.Also, it'd be great to have an annotation allowing for setting alternate names of case class members in serializations.
The text was updated successfully, but these errors were encountered: