[
https://issues.jboss.org/browse/ISPN-7896?page=com.atlassian.jira.plugin....
]
Gustavo Fernandes updated ISPN-7896:
------------------------------------
Description:
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 the conversions required.
was:
Currently conversions between the storage format of a cache and the read/write format is
done via a combination of TypeConverter, interceptors, converters and ad-hoc class.
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 the conversions required.
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 the conversions required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)