------------------------------
* Add a way to support multiple serialization format, more than json.
In this release, support of ``application/x-www-form-urlencoded`` is
natively support. A new abstract class
:class:`blacksmith.AbstractHttpBodySerializer` is available to handle
new kind of serialization format.
The function :func:`blacksmith.register_http_body_serializer` has been
added to register new format.