Subversion Repositories SmartDukaan

Rev

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

Rev 8961 Rev 8982
Line 63977... Line 63977...
63977
      }
63977
      }
63978
    }
63978
    }
63979
 
63979
 
63980
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
63980
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
63981
      try {
63981
      try {
-
 
63982
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
63983
        __isset_bit_vector = new BitSet(1);
63982
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
63984
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
63983
      } catch (org.apache.thrift.TException te) {
63985
      } catch (org.apache.thrift.TException te) {
63984
        throw new java.io.IOException(te);
63986
        throw new java.io.IOException(te);
63985
      }
63987
      }
63986
    }
63988
    }