Deserialization at Axon serialization configuration

Hi Team ,
We have been using jackson serializer in our project, with custom object mapper (built on top of the jackson object mapper) that eliminate null fields and sets certain serialization features. The events stored in Axon Server reflect the constraints applied at the object mapper.

But the problem arises when we querying the event store. The value returned in this case does not follow desterilization based on the object mapper constraints.

Is there any way we could enforce the deserialization to follow ?

Hi Aishwarya - Could you provide some examples of what you are seeing and what Jackson configuration you are using.