Subversion Repositories SmartDukaan

Rev

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

Rev 8020 Rev 8303
Line 5135... Line 5135...
5135
      }
5135
      }
5136
    }
5136
    }
5137
 
5137
 
5138
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
5138
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
5139
      try {
5139
      try {
5140
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
5141
        __isset_bit_vector = new BitSet(1);
-
 
5142
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
5140
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
5143
      } catch (org.apache.thrift.TException te) {
5141
      } catch (org.apache.thrift.TException te) {
5144
        throw new java.io.IOException(te);
5142
        throw new java.io.IOException(te);
5145
      }
5143
      }
5146
    }
5144
    }