SerializesAndRestoresModelIdentifiers
trait SerializesAndRestoresModelIdentifiers
Methods
mixed
getSerializedPropertyValue(mixed $value)
Get the property value prepared for serialization.
mixed
getRestoredPropertyValue(mixed $value)
Get the restored property value after deserialization.
Details
at line 18
protected mixed
getSerializedPropertyValue(mixed $value)
Get the property value prepared for serialization.
at line 37
protected mixed
getRestoredPropertyValue(mixed $value)
Get the restored property value after deserialization.
at line 55
protected Collection
restoreCollection(ModelIdentifier $value)
Restore a queueable collection instance.