configureReadStandartKeyValueRepoRoutes

fun <K, V> <ERROR CLASS>.configureReadStandartKeyValueRepoRoutes(originalRepo: ReadStandardKeyValueRepo<K, V>, keySerializer: KSerializer<K>, valueSerializer: KSerializer<V>, valueNullableSerializer: KSerializer<V?>, unifiedRouter: UnifiedRouter)
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>