Some instances of java.lang.Class are considered non-Serializable
-----------------------------------------------------------------
Key: JBSER-102
URL:
http://jira.jboss.com/jira/browse/JBSER-102
Project: JBoss Serialization
Issue Type: Bug
Reporter: David Lloyd
Assigned To: Clebert Suconic
JBoss Serialization looks at whether *instances* of the Class are serializable, rather
than seeing that Class itself implements Serializable. So, if you serialize a Class that
refers to a type that is non-serializable, and you have the serializable check enabled, it
fails.
--
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