0

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.

Community
  • 1
  • 1
  • Have you considered ORM (object relational mapping)? Such as http://www.hibernate.org/ – Tom Dec 03 '11 at 07:46

1 Answers1

0

I am not a java developer but I use json in such circumstances. This is a link I found on stackoverflow. Might be helpful to you. https://stackoverflow.com/questions/338586/a-better-java-json-library

Community
  • 1
  • 1
Zain Khan
  • 3,753
  • 3
  • 31
  • 54