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
@JsonSerialize(as=Optional.class)
public Object reference
does not work as expected, most likely since type specialization does not convert from SimpleType into ReferenceType, and as a result BeanSerializer is used (at least by modules that expect to get proper type).
The text was updated successfully, but these errors were encountered:
(note: offshoot of #1256)
Usage like:
does not work as expected, most likely since type specialization does not convert from
SimpleType
intoReferenceType
, and as a resultBeanSerializer
is used (at least by modules that expect to get proper type).The text was updated successfully, but these errors were encountered: