Subversion Repositories SmartDukaan

Rev

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

Rev 4133 Rev 4192
Line 26600... Line 26600...
26600
      }
26600
      }
26601
    }
26601
    }
26602
 
26602
 
26603
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
26603
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
26604
      try {
26604
      try {
-
 
26605
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
26606
        __isset_bit_vector = new BitSet(1);
26605
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
26607
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
26606
      } catch (org.apache.thrift.TException te) {
26608
      } catch (org.apache.thrift.TException te) {
26607
        throw new java.io.IOException(te);
26609
        throw new java.io.IOException(te);
26608
      }
26610
      }
26609
    }
26611
    }
Line 31281... Line 31283...
31281
      }
31283
      }
31282
    }
31284
    }
31283
 
31285
 
31284
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
31286
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
31285
      try {
31287
      try {
31286
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
31287
        __isset_bit_vector = new BitSet(1);
-
 
31288
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
31288
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
31289
      } catch (org.apache.thrift.TException te) {
31289
      } catch (org.apache.thrift.TException te) {
31290
        throw new java.io.IOException(te);
31290
        throw new java.io.IOException(te);
31291
      }
31291
      }
31292
    }
31292
    }