I need to add a module to Jackson to be able to se...
# http4k
s
I need to add a module to Jackson to be able to serialize our objects. I have created my own ConfigurableJackson where I have the modules registered and I passed that in the contract creation but it doesn't seem to work. I have a unit test that serializes and deserializes the object with jackson configured properly and it appears to work but when doing so through REST (http4k) it doesn't work. Am I doing this correctly?