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
When FAIL_ON_EMPTY_BEANS is disabled, ObjectMapper#writeValueAsString(new Object()) succeeds.
However, ObjectMapper#canSerialize(Object.class) returns false.
Looks like there is bit of prior art wrt #703. But I think that mostly refers to case of "fail on empty" being true, whereas this is for it being false.
Version: 2.5.x, 2.6.x
When
FAIL_ON_EMPTY_BEANS
is disabled,ObjectMapper#writeValueAsString(new Object())
succeeds.However,
ObjectMapper#canSerialize(Object.class)
returns false.I suppose 152aabb caused this problem.
The text was updated successfully, but these errors were encountered: