This class can be used to store and retrieve objects in MySQL table records. It serializes and unserializes objects to store and retrieve it in a given table. It can also query, update and delete an object given the identifier used to store it in the MySQL table. The class can also create the necessary tables to store objects of different classes.