Demo\Aspect\Introduce\SerializableImpl::serialize PHP Method

serialize() public method

String representation of object
public serialize ( ) : string
return string the string representation of the object or null
    public function serialize()
    {
        return serialize(get_object_vars($this));
    }
SerializableImpl