When I store my domain in MongoDB, I´m using a custom convention (as stated in here) in order to persist my enums as they string representation, as we found it easier when debugging.
I would like to do the same when using MongoDB as my saga storage in Rebus. Is there a way to do this?