You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2015/10/06 11:35:26 UTC

[jira] [Updated] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization

     [ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel  Tupitsyn updated IGNITE-1619:
------------------------------------
    Description: 
We do not serialize collection/array element type, so on deserialization we can not recreate original collection. So generic arrays/collections can't be used in job arguments, service arguments, etc.

* We should keep current format for non-generic collections, arrays of primitives, and arrays of objects
* Generic collections and arrays should be written with new TypeIds (not compatible with other platforms) and include type information

  was:
We do not serialize collection/array element type, so on deserialization we can not recreate original collection. So generic arrays/collections can't be used in job arguments, service arguments, etc.




> Platform .Net: Generic type is lost during array/collection serialization
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-1619
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1619
>             Project: Ignite
>          Issue Type: Bug
>          Components: interop
>    Affects Versions: ignite-1.4
>            Reporter: Pavel  Tupitsyn
>            Assignee: Pavel  Tupitsyn
>             Fix For: ignite-1.5
>
>
> We do not serialize collection/array element type, so on deserialization we can not recreate original collection. So generic arrays/collections can't be used in job arguments, service arguments, etc.
> * We should keep current format for non-generic collections, arrays of primitives, and arrays of objects
> * Generic collections and arrays should be written with new TypeIds (not compatible with other platforms) and include type information



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)