You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/02/08 15:10:41 UTC

[jira] [Created] (IGNITE-4673) Object array element type is written as a user type

Pavel Tupitsyn created IGNITE-4673:
--------------------------------------

             Summary: Object array element type is written as a user type
                 Key: IGNITE-4673
                 URL: https://issues.apache.org/jira/browse/IGNITE-4673
             Project: Ignite
          Issue Type: Bug
          Components: binary
    Affects Versions: 2.0
            Reporter: Pavel Tupitsyn
             Fix For: 2.0


{{BinaryWriterExImpl.doWriteObjectArray}} registers {{java.lang.Object}} element type as a custom type instead of using {{OBJECT_TYPE_ID}}.

As a result, platforms (.NET, C++) can not understand such an array.
This is also suboptimal due to extra type registration and lookups.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)