/** {@inheritDoc} */
 @Override
 public void writeExternal(ObjectOutput out) throws IOException {
   U.writeByteArray(out, val);
 }