key

abstract fun key(data: T, options: Options): String?

Convert data into a string key. Return 'null' if this keyer cannot convert data.

Parameters

data

The data to convert.

options

The options for this request.