Esempio n. 1
0
    /* Deserialize this top component.
     * @param in the stream to deserialize from
     */
    public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
      super.readExternal(in);

      Object ces = cloneableEditorSupport();
      if (ces instanceof Del) {
        obj = ((Del) ces).getDataObjectHack();
      }
    }