format

abstract fun format(data: Any): String

Format the input data into the service's output format.

Return

String representation of the data formatted according to the provided service.

Parameters

data

The object to convert on input.