Simple Jackson Deserializer
As I was working on some random data with a ZonedDateTime, it turned out Jackson was unable to deserialize it. How come? Why not use Jackson datetime module? The codebase I was working on, did not support the Jackson datetime module. It was also not possible to add this module as all Jackson related code was provided and the vendor stressed very clearly ‘not to mess things up with other versions’....