Join Slack
Powered by
it is still the same data class `data class Messag...
# jackson-kotlin
d
dstarcev
08/09/2016, 10:56 PM
it is still the same data class
data class MessageDTO(val number: Int, val text: String)
serialized and deserialized from json using jackson + KotlinModule
Open in Slack
Previous
Next