Hi all.
I'm a it new to serialization and very new to boost MPI. I was hoping to use boost MPI to send some messages around. This stuff seems to rely on boost serialization to work.

Now to my question. The types I have to work with are defined within a document. These, or instance are 3 byte signed integers (or 3 byte signed fixed point types where the decimal point is at the start of a given byte).

Does anyone know how to serialize these defined non-c++ POD types?

Thanks in advance.
Lee.