]
Pedro Ruivo updated ISPN-6644:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Alpha3
9.0.0.Final
Resolution: Done
Use externalizer directly to serialize CommandInvocationId
----------------------------------------------------------
Key: ISPN-6644
URL:
https://issues.jboss.org/browse/ISPN-6644
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.0.0.Alpha1
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.0.0.Alpha3, 9.0.0.Final
CommandInvocationId serialization can be improved by using the externalizer directly,
instead of invoking {{output.writeObject(commandInvocationId)}} and
{{input.readObject()}}.