[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-619) PojoCache to support JDK5.0 Enum
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Tue Jul 17 23:54:47 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-619?page=comments#action_12369287 ]
Jason T. Greene commented on JBCACHE-619:
-----------------------------------------
For future reference, the serialization format for an enum is solely its name, so its quite small. Also, this string is passed to Enum.valueOf so java serialization also maintains identity.
> PojoCache to support JDK5.0 Enum
> --------------------------------
>
> Key: JBCACHE-619
> URL: http://jira.jboss.com/jira/browse/JBCACHE-619
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: PojoCache
> Reporter: Ben Wang
> Assigned To: Jason T. Greene
> Fix For: 2.0.0.GA
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> In JDK5.0, Enum is Serializabe. We need to look into whether it is possible to intercept Enum operation as well.
--
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