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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)