I would like to consider if Serializable is a useful interface to have. It kind of leaks the jackson dependency through the Exception. Perhaps it would be more useful to not have it, and instead just do the transformation in the MessageEnvelope without relying on the interface.
I would like to consider if Serializable is a useful interface to have. It kind of leaks the jackson dependency through the Exception. Perhaps it would be more useful to not have it, and instead just do the transformation in the MessageEnvelope without relying on the interface.