Faraday.BESourceBig endian serializers
write_uint16 t n copies the lower 16 bits of n into the serializer's internal buffer in big-endian byte order.
write_uint32 t n copies n into the serializer's internal buffer in big-endian byte order.
write_uint48 t n copies the lower 48 bits of n into the serializer's internal buffer in big-endian byte order.
write_uint64 t n copies n into the serializer's internal buffer in big-endian byte order.
write_float t n copies the lower 32 bits of n into the serializer's internal buffer in big-endian byte order.