pybind11_json icon indicating copy to clipboard operation
pybind11_json copied to clipboard

support for other kind of python object or class

Open CncGpp opened this issue 1 year ago • 1 comments

Is possible to "register" support for serialize other kind of non trivial python object like pathlib.Path --> serialized as str?

CncGpp avatar May 15 '24 12:05 CncGpp

Kind of possible using reflection api of python we can open a discussion on this.

cosmo-developer avatar Jun 09 '24 08:06 cosmo-developer