| this implementation of the FieldConversion interface converts
between java.lang.Objects values and char[] values in the rdbms.
This conversion is useful to store serialized objects in database
columns. For an example have a look at the mapping of
org.apache.ojb.odmg.collections.DlistEntry.
author: Thomas Mahler, Scott C. Gray version: $Id: Object2Base64StringFieldConversion.java,v 1.8.2.1 2005/12/21 22:23:38 tomdz Exp $ |