public void writeTo(DataOutput dout) throws IOException { super.writeTo(dout); dout.writeShort(mStringConstant.getIndex()); }
public void writeTo(DataOutput dout) throws IOException { super.writeTo(dout); dout.writeFloat(mValue.floatValue()); }