public void writeExternal(ObjectOutput out) throws IOException { IOUtils.writeBytes(bytea, out); }
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException { this.bytea = IOUtils.readBytes(in); }