Skip to content

Implement java.io.Serializable on the JVM #143

Closed
@Matej-Hlatky

Description

@Matej-Hlatky

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

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions