package

androidx.versionedparcelable

Interfaces

VersionedParcelableTags a class that can be used with ParcelUtils.

Classes

CustomVersionedParcelableA VersionedParcelable that gets callbacks right before serialization and right after deserialization to handle custom fields.
ParcelImpl
ParcelUtilsUtilities for managing VersionedParcelables.
VersionedParcel

Annotation Types

NonParcelFieldAn explicit tag that this field will not be used in Parcelization and may not be initialized in all instances.
ParcelFieldTags a field that should be serialized as part of SafeParcelization.
VersionedParcelizeTags implementations of VersionedParcelable for code generation.