Parcelable

expect interface Parcelable

Represents an object that can be serialized and deserialized.

Currently the actual serialization is only supported on Android. It's a no-op on all other platforms.

actual interface Parcelable