Subversion Repositories SmartDukaan

Rev

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

Rev 8616 Rev 8717
Line 70486... Line 70486...
70486
      }
70486
      }
70487
    }
70487
    }
70488
 
70488
 
70489
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
70489
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
70490
      try {
70490
      try {
70491
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
70492
        __isset_bit_vector = new BitSet(1);
-
 
70493
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
70491
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
70494
      } catch (org.apache.thrift.TException te) {
70492
      } catch (org.apache.thrift.TException te) {
70495
        throw new java.io.IOException(te);
70493
        throw new java.io.IOException(te);
70496
      }
70494
      }
70497
    }
70495
    }