Exemple #1
0
 /**
  * @param Money $obj
  * @return array
  */
 public function serialize($obj)
 {
     return $obj->asArray();
 }