Subversion Repositories SmartDukaan

Rev

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

Rev 21908 Rev 21963
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);
-
 
33926
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
33924
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
33927
      } catch (org.apache.thrift.TException te) {
33925
      } catch (org.apache.thrift.TException te) {
33928
        throw new java.io.IOException(te);
33926
        throw new java.io.IOException(te);
33929
      }
33927
      }
33930
    }
33928
    }