> > How is the serialization done then, just a raw 32-bit IEEE float > > dump with a predefined endianness? 64-bit doubles just as easy? > > Yup. The real problem comes when your code is running on a system without IEEE float support, and you need to manually convert from IEEE float to your local weird-ass machine float. Not common, I grant you, but a real pain when it bites. Austin