[infinispan-issues] [JBoss JIRA] (ISPN-7896) Support for on-demand data conversion in caches

Gustavo Fernandes (JIRA) issues at jboss.org
Mon Jun 5 09:24:00 EDT 2017


     [ https://issues.jboss.org/browse/ISPN-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the infinispan-issues mailing list