3 Aug
2021
3 Aug
'21
5:42 p.m.
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.
-- Tiago de Paula Peixoto <tiago@skewed.de>