Wrep\Notificato\Apns\Certificate::serialize PHP Method

serialize() public method

String representation of object
public serialize ( ) : string
return string
    public function serialize()
    {
        return serialize(array($this->pemFile, $this->passphrase, $this->endpointEnv, $this->isValidated, $this->description, $this->validFrom, $this->validTo));
    }