]
Work on ISPN-9623 started by Ryan Emerson.
------------------------------------------
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
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.