Subversion Repositories SmartDukaan

Rev

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

Rev 7746 Rev 8201
Line 14884... Line 14884...
14884
      }
14884
      }
14885
    }
14885
    }
14886
 
14886
 
14887
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
14887
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
14888
      try {
14888
      try {
-
 
14889
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
14890
        __isset_bit_vector = new BitSet(1);
14889
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
14891
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
14890
      } catch (org.apache.thrift.TException te) {
14892
      } catch (org.apache.thrift.TException te) {
14891
        throw new java.io.IOException(te);
14893
        throw new java.io.IOException(te);
14892
      }
14894
      }
14893
    }
14895
    }