�Hello everybody,�I'm currently trying to serialize functors.Apparently,
it is not possible to serialize boost::function objects,is it possible to
find a way to serialize pointer to function ? (in order to make working
the example below*)If it is definitively not possible, is there a way to
'register' a relation betwwen objects and functor ? (using MPL library).The
idea is to rebuild the boost function according to the 'Object and 'Type'
class of the template'.�Example:��mpl::pair