Subversion Repositories SmartDukaan

Rev

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

Rev 21853 Rev 21858
Line 39114... Line 39114...
39114
      }
39114
      }
39115
    }
39115
    }
39116
 
39116
 
39117
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
39117
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
39118
      try {
39118
      try {
-
 
39119
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
39120
        __isset_bit_vector = new BitSet(1);
39119
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
39121
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
39120
      } catch (org.apache.thrift.TException te) {
39122
      } catch (org.apache.thrift.TException te) {
39121
        throw new java.io.IOException(te);
39123
        throw new java.io.IOException(te);
39122
      }
39124
      }
39123
    }
39125
    }
Line 39607... Line 39609...
39607
      }
39609
      }
39608
    }
39610
    }
39609
 
39611
 
39610
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
39612
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
39611
      try {
39613
      try {
-
 
39614
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
39615
        __isset_bit_vector = new BitSet(1);
39612
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
39616
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
39613
      } catch (org.apache.thrift.TException te) {
39617
      } catch (org.apache.thrift.TException te) {
39614
        throw new java.io.IOException(te);
39618
        throw new java.io.IOException(te);
39615
      }
39619
      }
39616
    }
39620
    }