Subversion Repositories SmartDukaan

Rev

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

Rev 7762 Rev 7792
Line 61324... Line 61324...
61324
      }
61324
      }
61325
    }
61325
    }
61326
 
61326
 
61327
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
61327
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
61328
      try {
61328
      try {
61329
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
61330
        __isset_bit_vector = new BitSet(1);
-
 
61331
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
61329
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
61332
      } catch (org.apache.thrift.TException te) {
61330
      } catch (org.apache.thrift.TException te) {
61333
        throw new java.io.IOException(te);
61331
        throw new java.io.IOException(te);
61334
      }
61332
      }
61335
    }
61333
    }