[
https://issues.apache.org/jira/browse/IGNITE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832055#comment-15832055
]
ASF GitHub Bot commented on IGNITE-1466:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/1448
IGNITE-1466: Implemented BinaryObject for C++ client.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-1466
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1448.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 #1448
----
commit 78510e7659cbd7e8422b5ee73aaed8e52a9674af
Author: Igor Sapego <[email protected]>
Date: 2017-01-18T17:57:44Z
IGNITE-1466: Added very simple BinaryObject implementation.
commit 676019c0f18f70e46814f4018da0ab4b8d2a0d75
Author: Igor Sapego <[email protected]>
Date: 2017-01-18T18:19:02Z
IGNITE-1466: Added tests with user objects.
commit 710a40af3bc7dd9a65d32b8fa6662f1113c9182c
Author: Igor Sapego <[email protected]>
Date: 2017-01-19T12:20:24Z
IGNITE-1466: Disabled BinaryObject checks with primitives.
commit ebfe08fe96980f39005a5becea4d0e07d01f21e9
Author: Igor Sapego <[email protected]>
Date: 2017-01-19T14:28:37Z
IGNITE-1466: Implemented GetData and GetLength methods
commit aaf140f178abd57140e95d4a582b89ed7af4578c
Author: Igor Sapego <[email protected]>
Date: 2017-01-19T17:13:56Z
IGNITE-1466: Added test for GetData and GetLength
commit aeee56157cd03d017bbfcf3c49fb18d4e6aad525
Author: Igor Sapego <[email protected]>
Date: 2017-01-20T10:52:16Z
IGNITE-1466: Added tests.
commit af3b80b08908538f6e32c505ecb13a6b7016c038
Author: Igor Sapego <[email protected]>
Date: 2017-01-20T14:50:10Z
IGNITE-1466: Refactoring.
commit 68dc87d5fc2a6fb2fe0c0571fecb8a1fb08f8773
Author: Igor Sapego <[email protected]>
Date: 2017-01-20T15:07:51Z
IGNITE-1466: Minor fixes
commit 5408f579ae70d8c9f5bc6ebc1fe4432c64f6a9b3
Author: Igor Sapego <[email protected]>
Date: 2017-01-20T16:20:38Z
IGNITE-1466: Disabled copying and hid internal methods.
----
> CPP: Implement binary objects support.
> --------------------------------------
>
> Key: IGNITE-1466
> URL: https://issues.apache.org/jira/browse/IGNITE-1466
> Project: Ignite
> Issue Type: Task
> Components: platforms
> Affects Versions: 1.1.4
> Reporter: Vladimir Ozerov
> Assignee: Igor Sapego
> Labels: cpp, roadmap
>
> We need to support portable objects in the same way as it is done in .Net and
> Java: if some flag ({{keepBinary}}) is set, then we should return not real
> object, but rather a wrapper around it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)