You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: