Ktor Read Key Value Repo Client
inline fun <Key, Value> KtorReadKeyValueRepoClient( baseUrl: String, httpClient: <ERROR CLASS>, contentType: <ERROR CLASS>, noinline idSerializer: suspend (Key) -> String, noinline valueSerializer: suspend (Value) -> String): KtorReadKeyValueRepoClient<Key, Value>
Content copied to clipboard
inline fun <Key, Value> KtorReadKeyValueRepoClient( baseUrl: String, httpClient: <ERROR CLASS>, idsSerializer: <ERROR CLASS><Key>, valueSerializer: <ERROR CLASS><Value>, serialFormat: <ERROR CLASS>, contentType: <ERROR CLASS>): KtorReadKeyValueRepoClient<Key, Value>
Content copied to clipboard
inline fun <Key, Value> KtorReadKeyValueRepoClient( baseUrl: String, httpClient: <ERROR CLASS>, idsSerializer: <ERROR CLASS><Key>, valuesSerializer: <ERROR CLASS><Value>, serialFormat: <ERROR CLASS>, contentType: <ERROR CLASS>): KtorReadKeyValueRepoClient<Key, Value>
Content copied to clipboard