KtorReadKeyValueRepoClient

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