PhpOrient\Protocols\Binary\Data\Record::recordSerialize PHP Method

recordSerialize() public method

Return a representation of the class that can be serialized as an PhpOrient record.
public recordSerialize ( ) : mixed
return mixed
    public function recordSerialize()
    {
        return $this->jsonSerialize();
    }