| Converts a Vector of string elements back and forth from a database varchar field
Strings may not contain "#" as this is used as separator.
This class maybe useful if it's important to have the string vector stored in a
human readable form that allows editing.
See Also: Object2ByteArrFieldConversion See Also: uses Java serialization and is not suited for See Also: this purpose. author: sschloesser mailto: stefan.schl@gmx.de version: $Id: StringVector2VarcharFieldConversion.java,v 1.6.2.2 2005/12/21 22:23:38 tomdz Exp $ |