| This implementation of the FieldConversion interface converts
between java.lang.Objects values and byte[] values in the rdbms.
This conversion is useful to store serialized objects in database
columns.
NOTE: This implementation use
java.util.zip.GZIPOutputStream and
java.util.zip.GZIPInputStream to compress data.
See Also: Object2ByteArrUncompressedFieldConversion author: Thomas Mahler version: $Id: Object2ByteArrFieldConversion.java,v 1.6.2.3 2005/12/21 22:23:38 tomdz Exp $ |