Serialize a single native machine
Int. The
Int is
serialized in host order, host endian form, for the machine you're on.
On a 64 bit machine the
Int is an 8 byte value, on a 32 bit
machine, 4 bytes. Values written this way are not portable to
different endian or integer sized machines, without conversion.