Best practices for serial-over-Bluetooth

I want to develop a custom component for a serial over Bluetooth device. The recommended way according to the docs is to use the BleakClient. But I don’t see any methods to make a serial connection

https://bleak.readthedocs.io/en/latest/api/client.html

How to do this?