You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2018/11/26 17:01:00 UTC

[jira] [Created] (IGNITE-10411) .NET: Allow conditional serialization override

Pavel Tupitsyn created IGNITE-10411:
---------------------------------------

             Summary: .NET: Allow conditional serialization override
                 Key: IGNITE-10411
                 URL: https://issues.apache.org/jira/browse/IGNITE-10411
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn


IBinarySerializer provides a way to override serialization per-type or globally (when set as BinaryConfiguration.Serializer).

But often we want a global override only for *some* types, and default Ignite mechanism for everything else. This is not trivial, because Ignite passes uninitialized object to ReadBinary.

Provide a way to fall back to default mode from IBinarySerializer (another interface, or extend current?).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)