示例#1
0
  /** {@inheritDoc} */
  public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
    // VERSION
    in.readByte();

    // SUPER
    super.readExternal(in);

    // NO_ENTRY_KEY
    no_entry_key = in.readFloat();

    // NO_ENTRY_VALUE
    no_entry_value = in.readDouble();
  }