package com.printer.sdk.serial interface Printable { fun getPrintableByteArray(printer: Printer): List }