Sulu\Component\Rest\ListBuilder\Metadata\General\PropertyMetadata::serialize PHP Method

serialize() public method

public serialize ( )
    public function serialize()
    {
        return serialize([$this->class, $this->name, $this->translation, $this->display, $this->type, $this->width, $this->minWidth, $this->sortable, $this->editable, $this->cssClass, $this->filterType, $this->filterTypeParameters]);
    }