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
One quick note: since 2.12.5 is the latest patch, could you please verify issue still exists (likely does, just want to double-check as there are many fixes in 2.12.3, 4 and 5).
Describe the bug
When using JsonTypeInfo.As.EXISTING_PROPERTY to deserialize String properties, a null value is being deserialized as "null"
Version information
2.12.2
To Reproduce
If you have a way to reproduce this with:
Expected behavior
The String property should be deserialized to a literal null when null is passed in
Additional context
Similar to #3008, but using EXISTING_PROPERTY instead. Abstraction is also used in the above code example
The text was updated successfully, but these errors were encountered: