[jboss-jira] [JBoss JIRA] Closed: (JBREM-230) create interface for marshallers to implement for swapping out serialization impl
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:10 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-230?page=all ]
David Lloyd closed JBREM-230.
-----------------------------
> create interface for marshallers to implement for swapping out serialization impl
> ---------------------------------------------------------------------------------
>
> Key: JBREM-230
> URL: http://jira.jboss.com/jira/browse/JBREM-230
> Project: JBoss Remoting
> Issue Type: Task
> Components: marshall
> Affects Versions: 1.4.0 beta
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Fix For: 1.4.0 final
>
>
> Currently the check for swapping out which serialization implementation to use is done on if is instance of SerializableMarshaller. Since this is an implementation class, would require anyone else who also wanted this behavior to extend SerializableMarshaller. Need to abstract this out into an interface for the check so that user can implement their own marshallers without having to extend SerializableMarshaller and yet still get the same serialization swapping behavior.
> See MarshalFactory, line 354 (version 1.11) for an example of this check.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list