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 2016/08/15 13:31:20 UTC

[jira] [Created] (IGNITE-3689) .NET: Remove IgniteProxy

Pavel Tupitsyn created IGNITE-3689:
--------------------------------------

             Summary: .NET: Remove IgniteProxy
                 Key: IGNITE-3689
                 URL: https://issues.apache.org/jira/browse/IGNITE-3689
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn
             Fix For: 2.0


IgniteProxy exists to handle serialization of injected IIgnite fields in user classes.

As a result, we write a type id and a null flag in place of injected fields.

Instead we should just skip injected fields altogether.

There are two cases:
* Binarizable. In this case we can use a special no-op serializer or add a check to BinaryWriter.
* Serializable. Override ISerializable in Ignite and don't write anything.



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