Store a class object in Sqlite

is it possible to store a class object in a sqlite table ?
I want to store some table information which I need for reporting,
or is there another way to store permanent object information ?

you need to convert it to some type of string …

a good start : https://github.com/ktekinay/Data-Serialization

thanks guys, I will have a look, data-serialization might be the way to go