Subversion Repositories SmartDukaan

Rev

Rev 7049 | Rev 8618 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7049 Rev 7330
Line 17487... Line 17487...
17487
      }
17487
      }
17488
    }
17488
    }
17489
 
17489
 
17490
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
17490
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
17491
      try {
17491
      try {
-
 
17492
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
17493
        __isset_bit_vector = new BitSet(1);
17492
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
17494
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
17493
      } catch (org.apache.thrift.TException te) {
17495
      } catch (org.apache.thrift.TException te) {
17494
        throw new java.io.IOException(te);
17496
        throw new java.io.IOException(te);
17495
      }
17497
      }
17496
    }
17498
    }