| 1 | <?php |
||
| 15 | class JmsSerializerServiceProvider implements ServiceProviderInterface, BootableProviderInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Register the jms/serializer annotations |
||
| 19 | * |
||
| 20 | * @param Application $app |
||
| 21 | */ |
||
| 22 | public function boot(Application $app) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Register the serializer and serializer.builder services |
||
| 31 | * |
||
| 32 | * @param Container $app |
||
| 33 | * |
||
| 34 | * @throws ServiceUnavailableHttpException |
||
| 35 | */ |
||
| 36 | 1 | public function register(Container $app) |
|
| 48 | } |
||
| 49 |