In android i need to know if we can store an object of a class in shared preference and retrieve the object latter.If it is possible how to do it.If it is not possible what are the other possibilities of doing it.I know serialization is one option but i am looking for possibilities using shared preference.
Any help is appreciated.
Thanks.