Using the 'deserializer' argument while adding a view does not work. It leads to an pyramid ConfigurationError, because the parameter will be used to create to pyramid view, which is not supported.
As far as I could analyze the error, the problem is in pyramidhook.register_service_views:188 where the cornice-specific arguments are defined.