I would like to serialize a custom class containing an boost::multiprecision::mpfr_float as a member. It says here in the Boost.Serialization documentation that a type T<
T<
The passthrough support implies that you have to add the serialization for the backend type, indeed.
You can use the same approach as I showed in this answer:
where I show how to (de)serialize mpq_rational
mpq_rational