Add `save` API to ciphertexts and linear algebra objects
Closed this issue · 0 comments
crockeea commented
Currently, these objects just have a serialize
API, which requires a second step of writing the protobuf object to a stream. We can unify these tasks with a save
API, which makes the user experience consistent between saving instance parameters and encrypted objects.