Subversion Repositories SmartDukaan

Rev

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

Rev 7293 Rev 7308
Line 59075... Line 59075...
59075
      }
59075
      }
59076
    }
59076
    }
59077
 
59077
 
59078
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
59078
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
59079
      try {
59079
      try {
-
 
59080
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
59081
        __isset_bit_vector = new BitSet(1);
59080
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
59082
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
59081
      } catch (org.apache.thrift.TException te) {
59083
      } catch (org.apache.thrift.TException te) {
59082
        throw new java.io.IOException(te);
59084
        throw new java.io.IOException(te);
59083
      }
59085
      }
59084
    }
59086
    }