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
Also, related to bug #703 , with version 2.5.1, the result is:
false
{}
true
I haven't had time to trace down what is enabling the actual serialization to go through on writeValueAsString, but I can try to comment later on this.
The text was updated successfully, but these errors were encountered:
Spring's REST Template calls this method on MappingJackson2HttpMessageConverter:
However, this fails even though I have set:
And, in fact, it will serialize the payload just fine, even though it reports that it cannot:
Also, related to bug #703 , with version 2.5.1, the result is:
I haven't had time to trace down what is enabling the actual serialization to go through on writeValueAsString, but I can try to comment later on this.
The text was updated successfully, but these errors were encountered: