[infinispan-issues] [JBoss JIRA] Work started: (ISPN-807) Generalize Externalizer interface

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Tue Nov 30 10:02:09 EST 2010


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

Work on ISPN-807 started by Galder Zamarreño.

> Generalize Externalizer interface
> ---------------------------------
>
>                 Key: ISPN-807
>                 URL: https://jira.jboss.org/browse/ISPN-807
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Marshalling
>            Reporter: Galder Zamarreño
>            Assignee: Galder Zamarreño
>             Fix For: 5.0.0.ALPHA1, 5.0.0.Final
>
>
> Make Externalizer interface generalized in order to make it more typesafe, i.e.:
> interface Externalizer<T> {
>   void writeObject(ObjectOutput output, T object) throws IOException;
>   T readObject(ObjectInput input) throws IOException, ClassNotFoundException;
> }

-- 
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