configureReadCRUDRepoRoutes

inline fun <ObjectType, IdType> <Error class: unknown class>.configureReadCRUDRepoRoutes(    originalRepo: ReadCRUDRepo<ObjectType, IdType>,     noinline idDeserializer: suspend (String) -> IdType)(source)
inline fun <ObjectType, IdType> <Error class: unknown class>.configureReadCRUDRepoRoutes(    originalRepo: ReadCRUDRepo<ObjectType, IdType>,     idsSerializer: KSerializer<IdType>,     serialFormat: StringFormat): <Error class: unknown class>(source)
inline fun <ObjectType, IdType> <Error class: unknown class>.configureReadCRUDRepoRoutes(    originalRepo: ReadCRUDRepo<ObjectType, IdType>,     idsSerializer: KSerializer<IdType>,     serialFormat: BinaryFormat): <Error class: unknown class>(source)