rest\Controller serializeData()

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.

doc_Yii
2016-10-30 17:11:03
Comments
Leave a Comment

Please login to continue.