Data Type returned by SerialPort

What data type does the SerialPort.connect function pass into the read handler parameter?

It’s the “data” parameter passed into the read handler defined here: docs: SerialPort - JourneyApps Docs

My experience thus far is that it always passes a String.