Subversion Repositories SmartDukaan

Rev

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

Rev 21535 Rev 21844
Line 54914... Line 54914...
54914
      }
54914
      }
54915
    }
54915
    }
54916
 
54916
 
54917
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
54917
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
54918
      try {
54918
      try {
54919
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
54920
        __isset_bit_vector = new BitSet(1);
-
 
54921
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
54919
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
54922
      } catch (org.apache.thrift.TException te) {
54920
      } catch (org.apache.thrift.TException te) {
54923
        throw new java.io.IOException(te);
54921
        throw new java.io.IOException(te);
54924
      }
54922
      }
54925
    }
54923
    }
Line 72566... Line 72564...
72566
      }
72564
      }
72567
    }
72565
    }
72568
 
72566
 
72569
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
72567
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
72570
      try {
72568
      try {
72571
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
72572
        __isset_bit_vector = new BitSet(1);
-
 
72573
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
72569
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
72574
      } catch (org.apache.thrift.TException te) {
72570
      } catch (org.apache.thrift.TException te) {
72575
        throw new java.io.IOException(te);
72571
        throw new java.io.IOException(te);
72576
      }
72572
      }
72577
    }
72573
    }