You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/25 12:56:49 UTC

[jira] [Commented] (IGNITE-1419) .Net: Add optional "raw" flag to binary type configuration.

    [ https://issues.apache.org/jira/browse/IGNITE-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071586#comment-15071586 ] 

ASF GitHub Bot commented on IGNITE-1419:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/376

    IGNITE-1419 .Net: Add optional "raw" flag to binary type configuration.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-1419

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/376.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #376
    
----
commit 49c298866b7c113aa62af4fe0587d6d39edd9f50
Author: sboikov <sb...@gridgain.com>
Date:   2015-12-24T12:52:59Z

    ignite-1.5 Fixed test.

commit 18c413c41b51994fb2eeaaebf4cf727049db0c8b
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2015-12-25T06:48:28Z

    IGNITE-2257: Fixed BinaryContext serialization.

commit edc0bd67f1003b50fde74ee3d8160909a2eb4a8c
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T09:35:24Z

    IGNITE-1419 .Net: Add optional "raw" flag to binary type configuration.

commit 34f5662919caa2099847a1e26ac0833bad4abfad
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T09:41:40Z

    wip Java

commit 4b87360e458607b44a5b1d9139ef9b0e05f0e570
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T09:45:36Z

    wip

commit 1882ada2a6e34975a47e47fc5a060c4d9b32cb0d
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T09:46:51Z

    wip

commit 28483646ab1cf0ba11f93dbf0b773d6c062de467
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T10:05:09Z

    wip

commit c6dfc28fdae9d3a1cf3c8ec940183638ae0f8231
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T10:40:45Z

    wip

commit 1e664132f4ccc1c240523637dc3392e1609c4aa6
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T10:50:01Z

    wip

commit 3d75004d3969aab625c90b42a5af9a94834488e4
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T10:58:05Z

    wip

commit 8f35db028f3c30f7d6b80744cda81e337a69e23a
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:06:08Z

    wip

commit 802b5ad69230fd288734b6e5406cb29e9ad2a577
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:08:42Z

    wip

commit 03f60ac14eecf9889543119fbd347d137d7d6ad2
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:09:59Z

    wip

commit 375f57058665b15f2ab405cbbef5cab26662140e
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:21:00Z

    wip test

commit 1c7958075ff71b75260b239902f4f00cb3ae3861
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:41:24Z

    Test works

commit 876d1132517e63accbb4cc6118ae9cdc296bd85b
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:45:14Z

    wip tests

commit 8f9c671291540f679b47e46146f3efcb0936963e
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:48:49Z

    wip tests

commit 07e03db0134b632ee52bca23bf4a2977dd33a18c
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:49:51Z

    wip tests

commit f7c1ddda8cda98a7c2ac38f742419de940d87686
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:51:51Z

    wip

commit cb9ef1bbe6255907392dd6326327f728b368fd61
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2015-12-25T11:54:47Z

    Fix npe in collections

----


> .Net: Add optional "raw" flag to binary type configuration.
> -----------------------------------------------------------
>
>                 Key: IGNITE-1419
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1419
>             Project: Ignite
>          Issue Type: Task
>          Components: interop
>    Affects Versions: 1.1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Pavel Tupitsyn
>
> By default we write .Net objects with field names included. But in some cases it is not needed. E.g. when objects are not going to be used in queries.
> Removing field names will speed up serialization/deserialization. We can add optional "raw" flag to portable type descriptor to control this behavior.



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