Tagged Questions
4
votes
5answers
200 views
Accepted practice for converting an Object to and from a String in Java?
What is the commonly accepted method for converting arbitrary objects to and from their String representations, assuming that the exact class of the object is known ? In other words, I need to ...