Your problem is caused by the wrong namespace.
Instead:
use JMS\SerializerBundle\Annotation\ExclusionPolicy;
use JMS\SerializerBundle\Annotation\Expose;
It should be:
use JMS\Serializer\Annotation\ExclusionPolicy;
use JMS\Serializer\Annotation\Expose;
The Bundle notification has disappeared. In Ver 0.11, it was checked out in its own repository.
:
schmittjoh/serializer, PHP Symfony2. . , ( ):
jms/di-extra-bundle, jms/security-extra-bundle . , .