Subversion Repositories SmartDukaan

Rev

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

Rev 6507 Rev 6515
Line 76858... Line 76858...
76858
      }
76858
      }
76859
    }
76859
    }
76860
 
76860
 
76861
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
76861
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
76862
      try {
76862
      try {
76863
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
76864
        __isset_bit_vector = new BitSet(1);
-
 
76865
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
76863
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
76866
      } catch (org.apache.thrift.TException te) {
76864
      } catch (org.apache.thrift.TException te) {
76867
        throw new java.io.IOException(te);
76865
        throw new java.io.IOException(te);
76868
      }
76866
      }
76869
    }
76867
    }