Found my problem: `@JsonDeserialize` only works wh...
# jackson-kotlin
m
Found my problem:
@JsonDeserialize
only works when applied directly on property of the data class. I tried to apply it to a mixin.