Replies: 1 comment
-
Please provide a full test case - code and json you deserialize. You should always mention what lib versions you use. This information is important. I can guarantee that there are users who successfully use Jackson that have strings longer than 120 chars. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to deserialize string value with long text but it assigns null to it.
This is my model
Server response was { okay: boolean, message: string up to 120 chars }
If i sent short text from server, it deserialize but fails with char len 119. It rather assigns null to message;
Beta Was this translation helpful? Give feedback.
All reactions