Hello, I recently encountered a problem while developing communication programs between C # servers and clients using the nuget package provided by SEAL. My idea is that the client encrypts the data into Ciphertext, serializes it into JSON, and sends it to the server. After receiving JSON, the server deserializes it into Ciphertext objects. However, I have found that many properties in Ciphertext do not have a set method, so deserialization will have problems, How should this problem be handled? Looking forward to everyone's recovery
Hello, I recently encountered a problem while developing communication programs between C # servers and clients using the nuget package provided by SEAL. My idea is that the client encrypts the data into Ciphertext, serializes it into JSON, and sends it to the server. After receiving JSON, the server deserializes it into Ciphertext objects. However, I have found that many properties in Ciphertext do not have a set method, so deserialization will have problems, How should this problem be handled? Looking forward to everyone's recovery