Subversion Repositories SmartDukaan

Rev

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

Rev 14780 Rev 14862
Line 42114... Line 42114...
42114
      }
42114
      }
42115
    }
42115
    }
42116
 
42116
 
42117
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
42117
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
42118
      try {
42118
      try {
42119
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
42120
        __isset_bit_vector = new BitSet(1);
-
 
42121
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
42119
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
42122
      } catch (org.apache.thrift.TException te) {
42120
      } catch (org.apache.thrift.TException te) {
42123
        throw new java.io.IOException(te);
42121
        throw new java.io.IOException(te);
42124
      }
42122
      }
42125
    }
42123
    }