43444546474849
public Object toObjectValue(ValueMapping vm, Object val) { if (val == null) { return null; } return new StringBlob((byte[]) val); }