Skip to content
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

Add support for Jackson-2 serialization #5

Open
eliaslindholm opened this issue Aug 25, 2015 · 0 comments
Open

Add support for Jackson-2 serialization #5

eliaslindholm opened this issue Aug 25, 2015 · 0 comments

Comments

@eliaslindholm
Copy link
Contributor

Astrix comes with support for Jackson-1 serialization through Jackson1AstrixObjectSerializer. Since jackson-1 and jackson-2 uses different namespaces (different package names and different maven coordinates) we can add support to jackson-2 parallell to the jackson-1 support.

The ObjectSerializerFactory is already extendible, so this feature should not require any changes to the core serialization framework in Astrix.

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

Successfully merging a pull request may close this issue.

1 participant