Closed crejk closed 3 years ago
Currently, ObjectSerializer is quite inflexible. In my scenario, I want to create a reflection-based implementation that works only for data class from Kotlin. With the current implementation, I'm not able to do that.
data class
lombok > kotlin's data class
Currently, ObjectSerializer is quite inflexible. In my scenario, I want to create a reflection-based implementation that works only for
data class
from Kotlin. With the current implementation, I'm not able to do that.