Hello! I'm having trouble configuring Jackson in a Kotlin codebase with a custom serializer for Long-class (want it for Java and Kotlin instances). Right now I'm trying to serialize a Java-class(provided in a lib from a jar) with Long-fields but the custom serializer I've added isn't matching it seems.