Jackson typebase ext deser by komamitsu · Pull Request #408 · msgpack/msgpack-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@komamitsu

Copy link Copy Markdown

Member

For #398

Also, added an unit test of deserialization of
MessagePackExtensionType based on type.

@komamitsu

Copy link Copy Markdown

Member Author

Hmm. 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 komamitsu merged commit 347b5e5 into develop

Jan 25, 2017

@komamitsu komamitsu deleted the jackson-typebase-ext-deser branch

January 25, 2017 04:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@komamitsu