@@ -333,11 +333,11 @@ @throw [OFInvalidArgumentException exceptionWithClass: [self class] selector: _cmd]; d.u = (uint64_t)[element hexadecimalValue]; - seconds = of_bswap_double_if_le(d.d); + seconds = d.d; objc_autoreleasePoolPop(pool); } @catch (id e) { [self release]; @throw e; @@ -421,11 +421,11 @@ } d; element = [OFXMLElement elementWithName: [self className] namespace: OF_SERIALIZATION_NS]; - d.d = of_bswap_double_if_le(seconds); + d.d = seconds; [element setStringValue: [OFString stringWithFormat: @"%016" PRIx64, d.u]]; [element retain];