Subversion Repositories SmartDukaan

Rev

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

Rev 9571 Rev 9627
Line 60639... Line 60639...
60639
      }
60639
      }
60640
    }
60640
    }
60641
 
60641
 
60642
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
60642
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
60643
      try {
60643
      try {
-
 
60644
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
60645
        __isset_bit_vector = new BitSet(1);
60644
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
60646
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
60645
      } catch (org.apache.thrift.TException te) {
60647
      } catch (org.apache.thrift.TException te) {
60646
        throw new java.io.IOException(te);
60648
        throw new java.io.IOException(te);
60647
      }
60649
      }
60648
    }
60650
    }
Line 168438... Line 168440...
168438
      }
168440
      }
168439
    }
168441
    }
168440
 
168442
 
168441
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
168443
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
168442
      try {
168444
      try {
-
 
168445
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
168446
        __isset_bit_vector = new BitSet(1);
168443
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
168447
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
168444
      } catch (org.apache.thrift.TException te) {
168448
      } catch (org.apache.thrift.TException te) {
168445
        throw new java.io.IOException(te);
168449
        throw new java.io.IOException(te);
168446
      }
168450
      }
168447
    }
168451
    }