]
Gustavo Fernandes updated ISPN-7896:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Support for on-demand data conversion in caches
-----------------------------------------------
Key: ISPN-7896
URL:
https://issues.jboss.org/browse/ISPN-7896
Project: Infinispan
Issue Type: Enhancement
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.1.0.Final
Currently conversions between the storage format of a cache and the read/write format are
done via a combination of TypeConverters, interceptors, converters and ad-hoc
transformers.
In order to support reading and writing to/from a cache using multiple formats (e.g. read
as Json, or as byte[]), it's necessary to isolate all those conversions and expose an
API to specify on a per use case basis the necessary conversions.