I have an array object that is an output of a magento fetchall from DB and i want this to be converted to an object of a Collections class so that i can implement pagination
Magento hasn't a built in conversor for that, but you can write you query using Collections, or load the Collection based on all ids from your array.