Subversion Repositories SmartDukaan

Rev

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

Rev 8707 Rev 9791
Line 14972... Line 14972...
14972
      }
14972
      }
14973
    }
14973
    }
14974
 
14974
 
14975
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
14975
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
14976
      try {
14976
      try {
-
 
14977
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
14978
        __isset_bit_vector = new BitSet(1);
14977
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
14979
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
14978
      } catch (org.apache.thrift.TException te) {
14980
      } catch (org.apache.thrift.TException te) {
14979
        throw new java.io.IOException(te);
14981
        throw new java.io.IOException(te);
14980
      }
14982
      }
14981
    }
14983
    }