Possible Duplicate:
How to serialize an object into a string
i want to store an object into relational database whereas that database only takes ASCII or string format.so how can i store my object to that database so that i can get back without losing persistence of that object.