'Is there any way I can convert a C struct to a Python Pickle dump?
Good Evening,
I have a program written in C that I am trying to build a Python API for, however, I've found that the only way which I can accomplish this is through serialization.
I have already found a way to do this with PHP since PHP object serialization is quite simple. Here is the code for the PHP function: https://github.com/raging-loon/Vigil/blob/main/libserialize/libserialize.c I would like to do something similar to this, but use Python instead of PHP.
Any advice or documentation would be extremely helpful.
Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
