|
From: Ben W. <ben...@ma...> - 2024-01-23 07:19:25
|
I probably know the answer to this already, but I have a number of use cases to serialise Quantlib objects. I do know that it is possible with QuantlibXL. But I have not see anything viable for python. Is there a C++ serialiser? If so is there any possibility to port it to Python? I am working on an interface to Quantlib will have all of the parameters in JSON and can easily reconstruct the objects, but this is just parameter serialization. Ideally having full object serialization would be the go. Regards Ben |