Is there any builtin datetime serialization? Or do...
# serialization
m
Is there any builtin datetime serialization? Or do I have to make a serializer myself?
e
if you mean kotlinx.datetime, serializers are provided
but for java.time you will have to provide your own
m
Thanks!
I'll use
kotlinx.datetime
.