Demo\Aspect\Introduce\SerializableImpl::serialize PHP Метод

serialize() публичный Метод

String representation of object
public serialize ( ) : string
Результат string the string representation of the object or null
    public function serialize()
    {
        return serialize(get_object_vars($this));
    }
SerializableImpl