Subversion Repositories SmartDukaan

Rev

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

Rev 13521 Rev 22359
Line 15147... Line 15147...
15147
      }
15147
      }
15148
    }
15148
    }
15149
 
15149
 
15150
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
15150
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
15151
      try {
15151
      try {
-
 
15152
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
15153
        __isset_bit_vector = new BitSet(1);
15152
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
15154
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
15153
      } catch (org.apache.thrift.TException te) {
15155
      } catch (org.apache.thrift.TException te) {
15154
        throw new java.io.IOException(te);
15156
        throw new java.io.IOException(te);
15155
      }
15157
      }
15156
    }
15158
    }