Subversion Repositories SmartDukaan

Rev

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

Rev 21453 Rev 21908
Line 33919... Line 33919...
33919
      }
33919
      }
33920
    }
33920
    }
33921
 
33921
 
33922
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
33922
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
33923
      try {
33923
      try {
-
 
33924
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
33925
        __isset_bit_vector = new BitSet(1);
33924
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
33926
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
33925
      } catch (org.apache.thrift.TException te) {
33927
      } catch (org.apache.thrift.TException te) {
33926
        throw new java.io.IOException(te);
33928
        throw new java.io.IOException(te);
33927
      }
33929
      }
33928
    }
33930
    }
Line 59842... Line 59844...
59842
      }
59844
      }
59843
    }
59845
    }
59844
 
59846
 
59845
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
59847
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
59846
      try {
59848
      try {
59847
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
59848
        __isset_bit_vector = new BitSet(1);
-
 
59849
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
59849
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
59850
      } catch (org.apache.thrift.TException te) {
59850
      } catch (org.apache.thrift.TException te) {
59851
        throw new java.io.IOException(te);
59851
        throw new java.io.IOException(te);
59852
      }
59852
      }
59853
    }
59853
    }