serializeData() protected method
Serializes the specified data.
The default implementation will create a serializer based on the configuration given by $serializer. It then uses the serializer to serialize the given data.
protected mixed serializeData ( $data ) | ||
---|---|---|
$data | mixed |
The data to be serialized |
return | mixed |
The serialized data. |
Please login to continue.