/**
  * Enter description here...
  *
  * @link http://docs.jquery.com/Ajax/serialize
  * @return string
  */
 public function serialize()
 {
     return phpQuery::param($this->serializeArray());
 }