I was wondering if Boost is capable to serialize an object in a 64-bit architecture (amd64), and then deserialize that object in a 32-bit one (armhf). I currently tried some stuff but without success, but I am not sure if Boost 1.58.0 is capable of this.
Thank you.