I have a string property "id" in my json object wh...
# ktor
l
I have a string property "id" in my json object which i'd like to wrap in an inline class (or data class if necessary), i know i can use
@JsonValue
to make the serialization work, but what about the deserialization?
d
l
yes, precisely! thanks!