]
Radim Vansa updated ISPN-7229:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Marshalling arrays throws exception
-----------------------------------
Key: ISPN-7229
URL:
https://issues.jboss.org/browse/ISPN-7229
Project: Infinispan
Issue Type: Bug
Components: Core, Marshalling
Reporter: Radim Vansa
Assignee: Radim Vansa
The new marshalling code cannot handle arrays other than primitive[] or Object[]
efficiently (it doesn't use Externalizers for the inner objects) and throws NPE in
`ExternallyMarshallable.isAllowed` (because {{Foo[].class.getPackage()}} is {{null}}).