상속: extends PayPal\Common\PPModel
 /**
  * @test
  */
 public function testSerializationDeserialization()
 {
     $errorCopy = new PPOpenIdError();
     $errorCopy->fromJson($this->error->toJson());
     $this->assertEquals($this->error, $errorCopy);
 }