Add serializer to response wrapper
Note: From python 3.8, the
_unwrapmethod could be replaced with usingfunctools.singledispatchmethod.
Implements #144
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
0.0% Duplication
Updated the author's and committer's email address.
While the README states that "Requires Python > 3.6", the build was run for Python 3.6 as well. Since the walrus operator only introduced in Python 3.8, I still should not have used it. The commit avoiding to use walrus operator could be squashed (fixed up) with the commit adding the serializer. Should I do it?
Rename decorator and argument name for more readability.
Rebased onto the top of main.
Rebased on the top of main.