> does the FPR library facilitate integration with Boost.Serialization? how hard would it be to improve the interoperability of those two libraries?
Quite simple:
* include PFR header in Serialization
* write 1 serializer that would handle any aggregate using
boost::pfr::tuple_size and boost::pfr::get
* add tests