Serial base class

The Serial variable is an instance of the HardwareSerial class too ( standard Arduino core ). It derives the Stream library which in turn derives the Print class.

Have you tried it? (using the variable Serial)