[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1411) Marshaller has no special treatment of arrays, even arrays of primitives or known types

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Sep 16 05:17:21 EDT 2008


Marshaller has no special treatment of arrays, even arrays of primitives or known types
---------------------------------------------------------------------------------------

                 Key: JBCACHE-1411
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1411
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Replication
    Affects Versions: 3.0.0.BETA1, 2.2.0.GA
            Reporter: Manik Surtani
            Assignee: Manik Surtani
             Fix For: 3.0.0.GA


This is an inefficiency that causes, for example, the marshalling of a byte[] to fall back to Serializable.  E.g., cache.put(fqn, key, new byte[]{1, 2, 3, 4}) would result in the byte[] being serialized as a Serializable.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list