Subversion Repositories SmartDukaan

Rev

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

Rev 19817 Rev 19819
Line 68621... Line 68621...
68621
      }
68621
      }
68622
    }
68622
    }
68623
 
68623
 
68624
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
68624
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
68625
      try {
68625
      try {
68626
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
68627
        __isset_bit_vector = new BitSet(1);
-
 
68628
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
68626
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
68629
      } catch (org.apache.thrift.TException te) {
68627
      } catch (org.apache.thrift.TException te) {
68630
        throw new java.io.IOException(te);
68628
        throw new java.io.IOException(te);
68631
      }
68629
      }
68632
    }
68630
    }