]
Radim Vansa updated ISPN-6644:
------------------------------
Status: Open (was: New)
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
CommandInvocationId serialization can be improved by using the externalizer directly,
instead of invoking {{output.writeObject(commandInvocationId)}} and
{{input.readObject()}}.