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