Subversion Repositories SmartDukaan

Rev

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

Rev 18585 Rev 18590
Line 83108... Line 83108...
83108
      }
83108
      }
83109
    }
83109
    }
83110
 
83110
 
83111
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
83111
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
83112
      try {
83112
      try {
83113
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
83114
        __isset_bit_vector = new BitSet(1);
-
 
83115
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
83113
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
83116
      } catch (org.apache.thrift.TException te) {
83114
      } catch (org.apache.thrift.TException te) {
83117
        throw new java.io.IOException(te);
83115
        throw new java.io.IOException(te);
83118
      }
83116
      }
83119
    }
83117
    }