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
In 2.5.1, the first call to ObjectMapper#canSerialize(Object.class) returns false.
However, it returns true from the second call.
It seems to be cause by cache mechanism in SerializerProvider class.