When I try to deserialize an Object which contains an non-static inner class the following error occurs: Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `outerclass$innerclass` (although at least one Creator exists): can only instantiate non-stat...