Subversion Repositories SmartDukaan

Rev

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

Rev 6531 Rev 6747
Line 5713... Line 5713...
5713
      }
5713
      }
5714
    }
5714
    }
5715
 
5715
 
5716
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
5716
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
5717
      try {
5717
      try {
5718
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
5719
        __isset_bit_vector = new BitSet(1);
-
 
5720
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
5718
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
5721
      } catch (org.apache.thrift.TException te) {
5719
      } catch (org.apache.thrift.TException te) {
5722
        throw new java.io.IOException(te);
5720
        throw new java.io.IOException(te);
5723
      }
5721
      }
5724
    }
5722
    }
Line 25336... Line 25334...
25336
      }
25334
      }
25337
    }
25335
    }
25338
 
25336
 
25339
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
25337
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
25340
      try {
25338
      try {
25341
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
25342
        __isset_bit_vector = new BitSet(1);
-
 
25343
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
25339
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
25344
      } catch (org.apache.thrift.TException te) {
25340
      } catch (org.apache.thrift.TException te) {
25345
        throw new java.io.IOException(te);
25341
        throw new java.io.IOException(te);
25346
      }
25342
      }
25347
    }
25343
    }