CREATOR

object CREATOR : Parcelable.Creator<VehicleProperties.SingleProperty<*>>

Functions

Link copied to clipboard
open override fun createFromParcel(parcel: Parcel): VehicleProperties.SingleProperty<*>
Link copied to clipboard
operator fun <T : Parcelable> invoke(value: T?): VehicleProperties.SingleProperty<T>
operator fun <T : Serializable> invoke(value: T?): VehicleProperties.SingleProperty<T>
Link copied to clipboard
open override fun newArray(size: Int): Array<VehicleProperties.SingleProperty<*>?>