configureOneToManyReadKeyValueRepoRoutes

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