Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

SuperSonicBeanDeserializer needs to be able to override "vanilla deserialize" #33

Closed
cowtowncoder opened this issue Sep 26, 2013 · 0 comments

Comments

@cowtowncoder
Copy link
Member

Looks like 2.3.0-SNAPSHOT version of super-sonic bean deserializer does not actually override main deserialization method that gets called, in so-called "vanilla" case. This is combination of multiple factors; one of them being actual bug fix in 2.3.0 databind, which makes vanilla mode correctly detected. In that case, call sequence does not include methods that SSBD overrides.

Changes are needed in jackson-databind, because at least one method declared final in BeanDeserializer can not be so; probably the first-level deserialize() method (since it can't usually be inlined anyway)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant