configureOneToManyReadKeyValueRepoRoutes

fun <Key, Value> <ERROR CLASS>.configureOneToManyReadKeyValueRepoRoutes(originalRepo: ReadOneToManyKeyValueRepo<Key, Value>, keySerializer: KSerializer<Key>, valueSerializer: KSerializer<Value>, unifiedRouter: UnifiedRouter)
inline fun <Key, Value> <ERROR CLASS>.configureOneToManyReadKeyValueRepoRoutes(originalRepo: ReadOneToManyKeyValueRepo<Key, Value>, keySerializer: KSerializer<Key>, valueSerializer: KSerializer<Value>, serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat, serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>