async def json_serialization(): return {"message": "Hello, world!"} async def plaintext_serialization(): return "Hello, world!"