/** {@inheritDoc} */
 @Override
 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
   bytes = U.readByteArray(in);
   clsName = U.readString(in);
   depInfo = (GridDeploymentInfo) in.readObject();
 }
 /** {@inheritDoc} */
 @Override
 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
   val = U.readByteArray(in);
 }