Subversion Repositories SmartDukaan

Rev

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

Rev 9456 Rev 9568
Line 33082... Line 33082...
33082
      }
33082
      }
33083
    }
33083
    }
33084
 
33084
 
33085
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
33085
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
33086
      try {
33086
      try {
-
 
33087
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
33088
        __isset_bit_vector = new BitSet(1);
33087
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
33089
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
33088
      } catch (org.apache.thrift.TException te) {
33090
      } catch (org.apache.thrift.TException te) {
33089
        throw new java.io.IOException(te);
33091
        throw new java.io.IOException(te);
33090
      }
33092
      }
33091
    }
33093
    }