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)

Reply via email to