-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom deserializer with parent object update #744
Comments
Interesting. I can reproduce it with given test case. One thing I notice is that replacing |
Whoa. Internally it looks like |
Actually, not problem with caching, but rather with |
Fixed in 2.5.3, although I did also backport it in 2.4.6 just in case. |
Hi, I have custom deserializer for
DataA
. An instance ofDataA
is contained inDataB
, when updating an existing instance ofDataB
(as opposed to creating a new one) I get an exception when deserializing via aJsonNode
object (deserializing via aString
object works).The trace:
The text was updated successfully, but these errors were encountered: