Jackson typebase ext deser by komamitsu · Pull Request #408 · msgpack/msgpack-java
Navigation Menu
{{ message }}
msgpack / msgpack-java Public
- Notifications You must be signed in to change notification settings
- Fork 325
Merged
Conversation
komamitsu added 2 commits
January 12, 2017 00:33Also, added an unit test of deserialization of MessagePackExtensionType based on type.
Copy link Copy Markdown
Member Author
komamitsu
commented
Jan 19, 2017
komamitsu commented
Jan 19, 2017Hmm. This implementation works in ObjectMapper#readValue but doesn't work in ObjectMapper#readTree because ObjectMapper#_readMapAndClose runs with ObjectMapper#JSON_NODE_TYPE through ObjectMapper#readTree. In that case, MessagePackExtensionType.TypeBasedDeserializer isn't called at all...
komamitsu
merged commit
347b5e5
into
develop
komamitsu
deleted the
jackson-typebase-ext-deser
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment