Allow use of @JsonValue
for "key serializers"
#2306
Labels
duplicate
Duplicate of an existing (usually earlier) issue
@JsonValue
for "key serializers"
#2306
Currently custom key serializers are needed for most types beyond Enums, primitives, and things for which datatype library exists to add support.
But one seemingly easy additional case would be allowing use of
@JsonValue
annotated accessor for class, if any found.The text was updated successfully, but these errors were encountered: