Fix spur put experiments
This merge request fixes an issue appearing only with Safari that can send a PUT command while at the start doing a GET.
That PUT call does not go through but still does enough to trigger an error since the writing serializer for the experiment is set to none as the PUT is currently custom handled.
Adding a dummy serializer here allows for the call to succeed.
Fixes #557 (closed)