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/09/15 07:48:02 UTC

[jira] [Updated] (IGNITE-5924) .NET: Decouple Marshaller from Ignite

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

Pavel Tupitsyn updated IGNITE-5924:
-----------------------------------
    Fix Version/s:     (was: 2.1.5)

> .NET: Decouple Marshaller from Ignite
> -------------------------------------
>
>                 Key: IGNITE-5924
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5924
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 2.3
>
>
> {{Marshaller}} class has {{Ignite}} property, which is used everywhere as a convenient accessor.
> With thin client we don't have an {{Ignite}} instance ({{IgniteClient}} is there instead). 
> Also, {{Marshaller}} itself only needs {{Ignite.BinaryProcessor}}, which is also tied to JNI.
> So the plan is:
> * Add {{IBinaryProcessor}} interface
> * Replace {{Marshaller.Ignite}} with {{Marshaller.BinaryProcessor}}
> * Fix external {{Marshaller.Ignite}} usages in some way



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)