configureReadKeyValuesRepoRoutes

inline fun <Key, Value> <ERROR CLASS>.configureReadKeyValuesRepoRoutes(    originalRepo: ReadKeyValuesRepo<Key, Value>,     noinline keyDeserializer: suspend (String) -> Key,     noinline valueDeserializer: suspend (String) -> Value)
inline fun <Key, Value> <ERROR CLASS>.configureReadKeyValuesRepoRoutes(    originalRepo: ReadKeyValuesRepo<Key, Value>,     keySerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS>): <ERROR CLASS>
inline fun <Key, Value> <ERROR CLASS>.configureReadKeyValuesRepoRoutes(    originalRepo: ReadKeyValuesRepo<Key, Value>,     keySerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS>): <ERROR CLASS>