class Serializing
deprecated
Prepare API attributes.
This event is fired when a serializer is constructing an array of resource attributes for API output.
Properties
AbstractSerializer | $serializer | The class doing the serializing. |
|
|
object | $model | The model being serialized. |
|
|
array | $attributes | The serialized attributes of the resource. |
|
|
User | $actor |
|