/**
  * write typed object
  * @param stdClass $d
  */
 public function writeTypedObject($d)
 {
     parent::writeTypedObject($d);
 }