Subversion Repositories SmartDukaan

Rev

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

Rev 9895 Rev 9909
Line 83347... Line 83347...
83347
      }
83347
      }
83348
    }
83348
    }
83349
 
83349
 
83350
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
83350
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
83351
      try {
83351
      try {
-
 
83352
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
83353
        __isset_bit_vector = new BitSet(1);
83352
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
83354
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
83353
      } catch (org.apache.thrift.TException te) {
83355
      } catch (org.apache.thrift.TException te) {
83354
        throw new java.io.IOException(te);
83356
        throw new java.io.IOException(te);
83355
      }
83357
      }
83356
    }
83358
    }