[infinispan-issues] [JBoss JIRA] Updated: (ISPN-279) Avoid instance MarshalledValue accross the code
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Tue Mar 22 07:00:46 EDT 2011
[ https://issues.jboss.org/browse/ISPN-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-279:
----------------------------------
Fix Version/s: 5.1.0.BETA1
(was: 5.0.0.BETA1)
> Avoid instance MarshalledValue accross the code
> -----------------------------------------------
>
> Key: ISPN-279
> URL: https://issues.jboss.org/browse/ISPN-279
> Project: Infinispan
> Issue Type: Task
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.1.0.BETA1
>
>
> Avoid doing things like this in EntryFactoryImpl or EventImpl and instead provide a way for key to be extracted when it somehow needs to be exported to the outside world when lazy serialization is on.
> if (key instanceof MarshalledValue) {
> key = ((MarshalledValue) key).get();
> }
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list