configureReadStandardCrudRepoRoutes

fun <ObjectType, IdType> <ERROR CLASS>.configureReadStandardCrudRepoRoutes(originalRepo: ReadStandardCRUDRepo<ObjectType, IdType>, objectsSerializer: KSerializer<ObjectType>, objectsNullableSerializer: KSerializer<ObjectType?>, idsSerializer: KSerializer<IdType>, unifiedRouter: UnifiedRouter)
inline fun <ObjectType, IdType> <ERROR CLASS>.configureReadStandardCrudRepoRoutes(originalRepo: ReadStandardCRUDRepo<ObjectType, IdType>, objectsSerializer: KSerializer<ObjectType>, objectsNullableSerializer: KSerializer<ObjectType?>, idsSerializer: KSerializer<IdType>, serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat, serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>