[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-908) Marshalling for state transfer should go thru the VersionAwareMarshaller fwk
Manik Surtani (JIRA)
jira-events at jboss.com
Mon Jan 15 13:00:53 EST 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-908?page=comments#action_12350827 ]
Manik Surtani commented on JBCACHE-908:
---------------------------------------
Created a o.j.c.marshall.Marshaller interface that extends RpcDispatcher.Marshaller.
The old Marshaller class renamed to AbstractMarshaller and now VersionAwareMarshaller as well as CacheMarshaller200 both extend AbstractMarshaller.
> Marshalling for state transfer should go thru the VersionAwareMarshaller fwk
> ----------------------------------------------------------------------------
>
> Key: JBCACHE-908
> URL: http://jira.jboss.com/jira/browse/JBCACHE-908
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Replication
> Affects Versions: 2.0.0.ALPHA1
> Reporter: Manik Surtani
> Assigned To: Manik Surtani
> Fix For: 2.0.0.GA, 2.0.0.BETA1
>
>
> I've just noticed that marshalling of nodes for transferring state in HEAD is hand-wired.
> We should do this thru the VersionAwareMarshaller framework we have in place for other comms as well as marshalling to cache loaders, to benefit from the data streams being version-aware as well as being more efficient by making use of magic numbers instead of class headers + using JBoss Serialization where useful.
--
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