Subversion Repositories SmartDukaan

Rev

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

Rev 19416 Rev 21838
Line 12868... Line 12868...
12868
      }
12868
      }
12869
    }
12869
    }
12870
 
12870
 
12871
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
12871
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
12872
      try {
12872
      try {
12873
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
12874
        __isset_bit_vector = new BitSet(1);
-
 
12875
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
12873
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
12876
      } catch (org.apache.thrift.TException te) {
12874
      } catch (org.apache.thrift.TException te) {
12877
        throw new java.io.IOException(te);
12875
        throw new java.io.IOException(te);
12878
      }
12876
      }
12879
    }
12877
    }