PhpOrient\Protocols\Binary\Data\Record::recordSerialize PHP Метод

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

Return a representation of the class that can be serialized as an PhpOrient record.
public recordSerialize ( ) : mixed
Результат mixed
    public function recordSerialize()
    {
        return $this->jsonSerialize();
    }