waterdog-oss / outbox-event-bus

A technology agnostic event bus
MIT License
3 stars 1 forks source link

Replace the direct jackson dependency with a generic serialization mechanism #2

Open felix19350 opened 5 years ago

felix19350 commented 5 years ago

For now we are using jackson to serialize the message contents to JSON. In the future this should change as different applications may use different serialization mechanisms.

monxalo commented 5 years ago

We could use the same approach as the Converters of Retrofit.