Not able to serialize DmnDecision object

Hi, I want to publish the DmnDecision(org.camunda.bpm.dmn.engine.DmnDecision) object as a java object on the JMS but getting following error while publishing the data.

org.camunda.bpm.dmn.engine.impl.DmnDecisionImpl cannot be cast to java.io.Serializable\njava.lang.ClassCastException: org.camunda.

As per my analysis. I have been observed that DmnDecision && DmnDecisionImpl are not implemented the Serializable interface. DMN API version which is being used in our project is 7.8.

Hi @Sohan_Poonia,

why do you want to serialize a DmnDecision object?

This object represents a decision, for example, a decision table. It does not represent the result of a decision evaluation.

Best regards,
Philipp