]
Vittorio Rigamonti updated ISPN-10481:
--------------------------------------
Fix Version/s: 10.0.0.CR2
(was: 10.0.0.CR1)
Add additional type support for Protostream user Marshaller
-----------------------------------------------------------
Key: ISPN-10481
URL:
https://issues.jboss.org/browse/ISPN-10481
Project: Infinispan
Issue Type: Sub-task
Components: Loaders and Stores
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.CR2
The PersistenceMarshallerImpl uses protostream to do marshalling and if not falls back to
a user marshaller. The protostream context supports many more JDK built in types that we
aren't currently testing for. This would allow a user to not have to supply these
themselves.
An example of known types can be found in the BaseProtoStreamMarshaller class.