# Read the documentation: https://github.com/timiki/rpc-server-bundle rpc_server: mapping: '%kernel.project_dir%/src/Method' # id cache service, must be instance of Doctrine\Common\Cache\CacheProvider # by default use file cache cache: null # id serializer service, must be instance of Timiki\Bundle\RpcServerBundle\Serializer\SerializerInterface # by default use 'rpc.server.serializer.base' service serializer: 'rpc.server.serializer.base'