MalformedParcelable


@UnstableApi
class MalformedParcelable : Parcelable


A Parcelable that throws a RuntimeException during deserialization.

Summary

Public constructors

Public functions

Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Constants

Public constructors

MalformedParcelable

MalformedParcelable()

Public functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit