Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3350E18FBD for ; Fri, 9 Oct 2015 10:13:27 +0000 (UTC) Received: (qmail 54981 invoked by uid 500); 9 Oct 2015 10:13:27 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 54942 invoked by uid 500); 9 Oct 2015 10:13:27 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 54932 invoked by uid 99); 9 Oct 2015 10:13:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2015 10:13:26 +0000 Date: Fri, 9 Oct 2015 10:13:26 +0000 (UTC) From: "Pavel Tupitsyn (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-1619) Platform .Net: Generic type is lost during array/collection serialization MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950165#comment-14950165 ] Pavel Tupitsyn commented on IGNITE-1619: ----------------------------------------- There is another problem with this ticket: adding TypeId that is not supported in Java can break Compute API and other things if user decides to use one of these onsupported types as a Job argument, for example. Java part won't be able to pass it around. Let's stop this ticket until we have an ability to pass around unsopported types in Java. > 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: 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)