Subversion Repositories SmartDukaan

Rev

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

Rev 4264 Rev 4269
Line 27046... Line 27046...
27046
      }
27046
      }
27047
    }
27047
    }
27048
 
27048
 
27049
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
27049
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
27050
      try {
27050
      try {
-
 
27051
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
27052
        __isset_bit_vector = new BitSet(1);
27051
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
27053
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
27052
      } catch (org.apache.thrift.TException te) {
27054
      } catch (org.apache.thrift.TException te) {
27053
        throw new java.io.IOException(te);
27055
        throw new java.io.IOException(te);
27054
      }
27056
      }
27055
    }
27057
    }
Line 31810... Line 31812...
31810
      }
31812
      }
31811
    }
31813
    }
31812
 
31814
 
31813
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
31815
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
31814
      try {
31816
      try {
31815
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
31816
        __isset_bit_vector = new BitSet(1);
-
 
31817
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
31817
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
31818
      } catch (org.apache.thrift.TException te) {
31818
      } catch (org.apache.thrift.TException te) {
31819
        throw new java.io.IOException(te);
31819
        throw new java.io.IOException(te);
31820
      }
31820
      }
31821
    }
31821
    }