##Installing
just run
$ composer require dywee/core-bundleadd the bundle to the kernel
new Dywee\CoreBundle\DyweeCoreBundle(),Be sure to activate the symfony serializer component in your config.yml file
# app/config/config.yml
framework:
serializer:
enabled: true