Subversion Repositories SmartDukaan

Rev

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

Rev 8914 Rev 9506
Line 17666... Line 17666...
17666
      }
17666
      }
17667
    }
17667
    }
17668
 
17668
 
17669
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
17669
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
17670
      try {
17670
      try {
-
 
17671
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
17672
        __isset_bit_vector = new BitSet(1);
17671
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
17673
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
17672
      } catch (org.apache.thrift.TException te) {
17674
      } catch (org.apache.thrift.TException te) {
17673
        throw new java.io.IOException(te);
17675
        throw new java.io.IOException(te);
17674
      }
17676
      }
17675
    }
17677
    }