Am 03.08.21 um 13:32 schrieb sebyakin.a:
One more question: if I want these c++ objects, that are exposed to python with boost::python, to be an internal property maps and so be (de)serialized with the graph (from)into .gt format, should I write a boost::python pickle support functions for these classes? Will it work?
Yes, pickling is supported for property maps of type boost::python, provided the values themselves can be pickled.