Hello, I'm working on a mapping where I need to convert a property of an object (which is also a complex object) to be saved in the DB as byte[] (blob). I don't need the code to perform the transformation just some guidance on how should the mapper be configured to inject my custom transformation code for both transformation (forward and backward). Regards.