Throwable class implements Serializable, thus one would expect AerospikeException to be serializable as well. For one, it used to be serializable before node and policy fields were added.
Could we at least flag these fields as transient? I personally prefer loosing some exception message details to throwing NotSerializableException.
Throwable
class implementsSerializable
, thus one would expectAerospikeException
to be serializable as well. For one, it used to be serializable beforenode
andpolicy
fields were added.Could we at least flag these fields as transient? I personally prefer loosing some exception message details to throwing NotSerializableException.