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