[infinispan-issues] [JBoss JIRA] Created: (ISPN-279) Avoid instance MarshalledValue accross the code

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Wed Nov 18 10:48:30 EST 2009


Avoid instance MarshalledValue accross the code
-----------------------------------------------

                 Key: ISPN-279
                 URL: https://jira.jboss.org/jira/browse/ISPN-279
             Project: Infinispan
          Issue Type: Task
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 4.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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list