Join Slack
Powered by
Is there any builtin datetime serialization? Or do...
# serialization
m
Martin Gaens
07/08/2022, 10:44 PM
Is there any builtin datetime serialization? Or do I have to make a serializer myself?
e
ephemient
07/08/2022, 11:09 PM
if you mean kotlinx.datetime, serializers are provided
ephemient
07/08/2022, 11:09 PM
but for java.time you will have to provide your own
m
Martin Gaens
07/09/2022, 12:10 AM
Thanks!
Martin Gaens
07/09/2022, 12:10 AM
I'll use
kotlinx.datetime
.
6
Views
Open in Slack
Previous
Next