Open
Description
Hello,
Please make the Android actual
types implement also java.io.Serializable
(not Kotlin @Serializable
as described in #37).
This will allow us to make the complex types, which depends on kotlinx.datetime.*
types either Serializable
or Parcelable
in Android app.
For instance, java.time.Instant
IS Serializable
, however the actual
Android class kotlinx.datetime.Instant
is NOT.
Metadata
Assignees
Labels
No labels