ok I done that : ``` val mapper = ObjectMapper()....
# getting-started
f
ok I done that :
Copy code
val mapper = ObjectMapper().registerModule(KotlinModule())
        mapper.configure(SerializationFeature.FAIL_ON_EMPTY_BEANS, false);
it works but I’m not sure that is the good way to do