Pinq\Expressions\CompiledEvaluator::serialize PHP 메소드

serialize() 공개 메소드

public serialize ( )
    public function serialize()
    {
        return serialize([$this->code, $this->context, $this->requiredVariables, $this->extraVariables]);
    }