Subversion Repositories SmartDukaan

Rev

Rev 4375 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4375 Rev 4406
Line 25466... Line 25466...
25466
      }
25466
      }
25467
    }
25467
    }
25468
 
25468
 
25469
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
25469
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
25470
      try {
25470
      try {
-
 
25471
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
25472
        __isset_bit_vector = new BitSet(1);
25471
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
25473
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
25472
      } catch (org.apache.thrift.TException te) {
25474
      } catch (org.apache.thrift.TException te) {
25473
        throw new java.io.IOException(te);
25475
        throw new java.io.IOException(te);
25474
      }
25476
      }
25475
    }
25477
    }