Basically, I want to be able to do something like ```py Client(serializer=orjson.loads, deserializer=orjson.dumps) ``` The `aiohttp.ClientSession` allows for custom serialization so it shouldn't be an hard implementation? https://docs.aiohttp.org/en/stable/client_reference.html