Serializing Vector<String> to String

Posted by dhroller on Stack Overflow See other posts from Stack Overflow or by dhroller
Published on 2010-04-23T19:01:26Z Indexed on 2010/04/23 19:03 UTC
Read the original article Hit count: 155

Filed under:
|

I need to convert a Vector to a String (an vice versa) to be stored in a CHAR field in a database. What is the most efficient way to do this ?

© Stack Overflow or respective owner

Related posts about java

Related posts about serialization