Subversion Repositories SmartDukaan

Rev

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

Rev 5909 Rev 7410
Line 5716... Line 5716...
5716
      }
5716
      }
5717
    }
5717
    }
5718
 
5718
 
5719
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
5719
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
5720
      try {
5720
      try {
-
 
5721
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
5722
        __isset_bit_vector = new BitSet(1);
5721
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
5723
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
5722
      } catch (org.apache.thrift.TException te) {
5724
      } catch (org.apache.thrift.TException te) {
5723
        throw new java.io.IOException(te);
5725
        throw new java.io.IOException(te);
5724
      }
5726
      }
5725
    }
5727
    }