If we check the interfaces [SerializerInterface](https://github.com/symfony/serializer/blob/master/SerializerInterface.php), [NormalizerInterface](https://github.com/symfony/serializer/blob/master/Normalizer/NormalizerInterface.php), [DenormalizerInterface](https://github.com/symfony/serializer/blob/master/Normalizer/DenormalizerInterface.php), none of them have a `@throws` tag. Is it intended? Can do a PR if that's not the case.