Open pfcqlj opened 3 years ago
I want to use tenseal in distributed machine envirmonent, but i failed due to serialization. So i want to know whether tenseal will add serialization support for pickle
Hello,
No, TenSEAL won't support pickle due to security and usability constraints.
pickle
All the TenSEAL objects provide the serialize/deserialize API, for that, using protobufs. You can see examples for using it here.
You can see a full example of using TenSEAL in the client - server scenario here,
I want to use tenseal in distributed machine envirmonent, but i failed due to serialization. So i want to know whether tenseal will add serialization support for pickle