package androidx.versionedparcelable; import androidx.annotation.RestrictTo; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) /* loaded from: classes.dex */ public abstract class CustomVersionedParcelable implements VersionedParcelable { @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public void onPostParceling() { } @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public void onPreParceling(boolean z) { } }