Example #1
0
 /**
  * @param Category $obj
  * @return int
  */
 public function serialize($obj)
 {
     return ['category' => $obj->getValue()];
 }