Hi. Do you know if `kotlinx.serialization` provide...
# serialization
j
Hi. Do you know if
kotlinx.serialization
provides the functionality to convert a
Map
to a type as Jackson’s
ObjectMapper.convertValue
do? Thanks!
b
As in kotlin.Map<K, V> ?
j
Yes
b
It's able to deserialize json objects into maps out of the box
Works for serialization too
j
Sorry for the delay, thanks for the response... I'll check the API