KtorReadKeyValuesRepoClient

inline fun <Key, Value> KtorReadKeyValuesRepoClient(    baseUrl: String,     httpClient: <Error class: unknown class>,     contentType: <Error class: unknown class>,     noinline keySerializer: suspend (Key) -> String,     noinline valueSerializer: suspend (Value) -> String): KtorReadKeyValuesRepoClient<Key, Value>(source)
inline fun <Key, Value> KtorReadKeyValuesRepoClient(    baseUrl: String,     httpClient: <Error class: unknown class>,     idsSerializer: KSerializer<Key>,     valueSerializer: KSerializer<Value>,     serialFormat: StringFormat,     contentType: <Error class: unknown class>): KtorReadKeyValuesRepoClient<Key, Value>(source)
inline fun <Key, Value> KtorReadKeyValuesRepoClient(    baseUrl: String,     httpClient: <Error class: unknown class>,     idsSerializer: KSerializer<Key>,     valuesSerializer: KSerializer<Value>,     serialFormat: BinaryFormat,     contentType: <Error class: unknown class>): KtorReadKeyValuesRepoClient<Key, Value>(source)