Subversion Repositories SmartDukaan

Rev

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

Rev 5623 Rev 6367
Line 54021... Line 54021...
54021
      }
54021
      }
54022
    }
54022
    }
54023
 
54023
 
54024
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
54024
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
54025
      try {
54025
      try {
-
 
54026
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
54027
        __isset_bit_vector = new BitSet(1);
54026
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
54028
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
54027
      } catch (org.apache.thrift.TException te) {
54029
      } catch (org.apache.thrift.TException te) {
54028
        throw new java.io.IOException(te);
54030
        throw new java.io.IOException(te);
54029
      }
54031
      }
54030
    }
54032
    }