Subversion Repositories SmartDukaan

Rev

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

Rev 5031 Rev 5062
Line 71334... Line 71334...
71334
      }
71334
      }
71335
    }
71335
    }
71336
 
71336
 
71337
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
71337
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
71338
      try {
71338
      try {
71339
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
71340
        __isset_bit_vector = new BitSet(1);
-
 
71341
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
71339
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
71342
      } catch (org.apache.thrift.TException te) {
71340
      } catch (org.apache.thrift.TException te) {
71343
        throw new java.io.IOException(te);
71341
        throw new java.io.IOException(te);
71344
      }
71342
      }
71345
    }
71343
    }