[jbosscache-issues] [JBoss JIRA] Resolved: (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
Thu Sep 18 12:50:20 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBCACHE-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani resolved JBCACHE-1411.
------------------------------------

    Resolution: Done


This now deals with arrays of primitives, boxed primitives and Object[].  Other array types are not dealt with at the moment since we need a proper mechanism for writing array type information.

> 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: 2.2.0.GA, 3.0.0.BETA1
>            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