Protobuf\AbstractMessage::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        $format = new TextFormat();
        $stream = $format->encodeMessage($this);
        return $stream->__toString();
    }