Subversion Repositories SmartDukaan

Rev

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

Rev 21101 Rev 21134
Line 54826... Line 54826...
54826
      }
54826
      }
54827
    }
54827
    }
54828
 
54828
 
54829
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
54829
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
54830
      try {
54830
      try {
54831
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
54832
        __isset_bit_vector = new BitSet(1);
-
 
54833
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
54831
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
54834
      } catch (org.apache.thrift.TException te) {
54832
      } catch (org.apache.thrift.TException te) {
54835
        throw new java.io.IOException(te);
54833
        throw new java.io.IOException(te);
54836
      }
54834
      }
54837
    }
54835
    }
Line 72478... Line 72476...
72478
      }
72476
      }
72479
    }
72477
    }
72480
 
72478
 
72481
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
72479
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
72482
      try {
72480
      try {
72483
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
72484
        __isset_bit_vector = new BitSet(1);
-
 
72485
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
72481
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
72486
      } catch (org.apache.thrift.TException te) {
72482
      } catch (org.apache.thrift.TException te) {
72487
        throw new java.io.IOException(te);
72483
        throw new java.io.IOException(te);
72488
      }
72484
      }
72489
    }
72485
    }