configure Read Standart Key Value Repo Routes
fun <K, V> <ERROR CLASS>.configureReadStandartKeyValueRepoRoutes(originalRepo: ReadStandardKeyValueRepo<K, V>, keySerializer: KSerializer<K>, valueSerializer: KSerializer<V>, valueNullableSerializer: KSerializer<V?>, unifiedRouter: UnifiedRouter)
Content copied to clipboard
inline fun <K, V> <ERROR CLASS>.configureReadStandartKeyValueRepoRoutes(originalRepo: ReadStandardKeyValueRepo<K, V>, keySerializer: KSerializer<K>, valueSerializer: KSerializer<V>, valueNullableSerializer: KSerializer<V?>, serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat, serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>
Content copied to clipboard