[infinispan-issues] [JBoss JIRA] (ISPN-3493) MarshalledValue contains non-serializable members
Ray Tsang (JIRA)
jira-events at lists.jboss.org
Wed Sep 11 23:15:04 EDT 2013
Ray Tsang created ISPN-3493:
-------------------------------
Summary: MarshalledValue contains non-serializable members
Key: ISPN-3493
URL: https://issues.jboss.org/browse/ISPN-3493
Project: Infinispan
Issue Type: Enhancement
Reporter: Ray Tsang
Assignee: Mircea Markus
MarshalledValue implements Serializable. According to JavaDoc:
This class can be marshalled either via its externalizer or via the JVM serialization.
However, MarshalledValueByteStream raw is not serializable. ExpandableMarshalledValueByteStream is also not serializable.
This is causing issues when serializing objects with keys of type MarshalledValue in a cache store.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list