Support @JsonSerialize(keyUsing)
and @JsonDeserialize(keyUsing)
on Key class
#2503
Milestone
@JsonSerialize(keyUsing)
and @JsonDeserialize(keyUsing)
on Key class
#2503
(note: follow up on #2454)
Although
keyUsing
property of@JsonSerialize
and@JsonDeserialize
annotations is supported for properties (added to Methods and Fields) -- as well as when added onMap
(sub-)class, one specific usage that seems intuitive is not yet supported as of 2.10.0:But it probably should be.
The text was updated successfully, but these errors were encountered: