return Boolean.FALSE;
// serialize field value
DBDictionary dict = field.getMappingRepository().getDBDictionary();
try {
b = dict.serialize(o, store);
} catch (SQLException se) {
throw SQLExceptions.getStore(se, dict);
}
// set in impl data so that we don't have to re-serialize on store