PredExp Class Serialized

Hi,

I am wondering if it makes sense to have PredExp class serialized. I have seen other threads [1] and pull requests [2] trying to make the Java Client serialized. I understand why that won’t make sense. But having a serialized implementation for PredExp is enough to reconstruct the client after passing it over the network along with Host, Port (string, int respectively) which are already serializable?

Thanks

Aman

[1] Aerospike client is not serialized

[2] Making IAerospikeClient extend java.io.Serializable by fpopic · Pull Request #91 · aerospike/aerospike-client-java · GitHub