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 2017/01/25 08:32:26 UTC

[jira] [Updated] (IGNITE-4611) Write IgniteUuid with BinaryMarshaller

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

Pavel Tupitsyn updated IGNITE-4611:
-----------------------------------
    Description: 
Currently IgniteUuid is written with OptimizedMarshaller
(it is not included in BinaryContext.BINARYLIZABLE_SYS_CLSS).

This prevents it from being read on other platforms (.NET, C++).

Use BinaryMarshaller instead.

Dev list thread: http://apache-ignite-developers.2346864.n4.nabble.com/Write-IgniteUuid-with-BinaryMarshaller-td13971.html

  was:
Currently IgniteUuid is written with OptimizedMarshaller
(it is not included in BinaryContext.BINARYLIZABLE_SYS_CLSS).

This prevents it from being read on other platforms (.NET, C++).

Use BinaryMarshaller instead.


> Write IgniteUuid with BinaryMarshaller
> --------------------------------------
>
>                 Key: IGNITE-4611
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4611
>             Project: Ignite
>          Issue Type: Improvement
>          Components: binary
>    Affects Versions: 1.8
>            Reporter: Pavel Tupitsyn
>             Fix For: 2.0
>
>
> Currently IgniteUuid is written with OptimizedMarshaller
> (it is not included in BinaryContext.BINARYLIZABLE_SYS_CLSS).
> This prevents it from being read on other platforms (.NET, C++).
> Use BinaryMarshaller instead.
> Dev list thread: http://apache-ignite-developers.2346864.n4.nabble.com/Write-IgniteUuid-with-BinaryMarshaller-td13971.html



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