Subversion Repositories SmartDukaan

Rev

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

Rev 13146 Rev 13154
Line 191550... Line 191550...
191550
      }
191550
      }
191551
    }
191551
    }
191552
 
191552
 
191553
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
191553
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
191554
      try {
191554
      try {
-
 
191555
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
191556
        __isset_bit_vector = new BitSet(1);
191555
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
191557
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
191556
      } catch (org.apache.thrift.TException te) {
191558
      } catch (org.apache.thrift.TException te) {
191557
        throw new java.io.IOException(te);
191559
        throw new java.io.IOException(te);
191558
      }
191560
      }
191559
    }
191561
    }