Join Slack
Communities
Powered by
Total Kotlin/Java/JVM beginner here: managed to de...
# getting-started
k
Karlo Lozovina
05/16/2020, 10:31 PM
Total Kotlin/Java/JVM beginner here: managed to deserialize some complex JSON with
kotlinx.serialization
, just can't figure out how to deserialize to
LocalDateTime
c
crummy
05/17/2020, 9:18 AM
I have a LocalDate serializer here, might help:
https://github.com/crummy/time-management/blob/1ecfd6c64fa1b01cf549563324966f9f2e4a01df/src/main/kotlin/com/malcolmcrum/timemanagement/Timesheet.kt
k
Karlo Lozovina
05/19/2020, 1:00 PM
Thanks, works brilliantly!
👏 1
5
Views
Open in Slack
Previous
Next