| 1 | <?php |
||
| 12 | class SerializerBuilder extends JMSSerializerBuilder |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Add a handler to the serializer. |
||
| 16 | * |
||
| 17 | * @param SubscribingHandlerInterface $handler The handler to add. |
||
| 18 | * @return SerializerBuilder |
||
| 19 | */ |
||
| 20 | 48 | public function addHandler(SubscribingHandlerInterface $handler) |
|
| 30 | } |
||
| 31 |