MessagePack Serializer for serializing event store data

Hi,
In axon framework by default we use XStreamSerializer. In our application we want to use Serializer using MessagePack from DB space usage perspective. We are facing one issue in de-serializing data in generic manner.

Do we have such example in place or you have any suggestions how to achieve this?

Thanks,
Vijaya

Hi,

you can use the XStreamSerializer or the JacksonSerializer as examples to build your own. Otherwise, please be more specific about the problem you’re facing, so that we can help.

Cheers,

Allard