I noticed that the 1.55 documentation has a page regarding support for boost::serialization: http://www.boost.org/doc/libs/1_55_0/libs/multiprecision/doc/html/boost_mult...
However, the page is broken at the moment. Can anyone fix this page or let me know what the status is for serialization of multiprecision types?
Not sure why the page is broken, but it says: Support for serialization comes in two forms: Classes number, debug_adaptor, logged_adaptor and rational_adaptor have "pass through" serialization support which requires the underlying backend to be serializable. Backends cpp_int, cpp_bin_float, cpp_dec_float and float128 have full support for Boost.Serialization. I should probably add cpp_rational to the list with full support too (it's implicitly implied from the above, but not obvious!). HTH, John.