Problem with data deserialization on Kotlin + Quarkus
I’m building an API using Quarkus + Kotlin for learning purpose and i’m having a problem **deserializing **a response to my DTO classes. Apparently data is not being copied to DTO properties, and the DTO is returning all blank, just as created on the default constructors.
Problema with data deserialization on Kotlin + Quarkus
I’m building an API using Quarkus + Kotlin for learning purpose and i’m having a problem **deserializing **a response to my DTO classes. Apparently data is not being copied to DTO properties, and the DTO is returning all blank, just as created on the default constructors.