]
Nistor Adrian updated ISPN-9623:
--------------------------------
Fix Version/s: 10.0.0.CR1
Create Protobuf based user marshaller
-------------------------------------
Key: ISPN-9623
URL:
https://issues.jboss.org/browse/ISPN-9623
Project: Infinispan
Issue Type: Sub-task
Components: Core
Affects Versions: 9.4.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.CR1
With the internal and persistence marshaller being protobuf based, we should also provide
a user marshaller implementation that utilises protostream. Users should be able to
configure annotated pojos or MessageMarshaller implementations for their objects, probably
via a {{SerializationContextInitializer}} implementation.