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/05/06 19:18:12 UTC

[jira] [Created] (IGNITE-3097) .NET: Improve reflective serialization performance

Pavel Tupitsyn created IGNITE-3097:
--------------------------------------

             Summary: .NET: Improve reflective serialization performance
                 Key: IGNITE-3097
                 URL: https://issues.apache.org/jira/browse/IGNITE-3097
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
    Affects Versions: 1.1.4
            Reporter: Pavel Tupitsyn
             Fix For: 1.7


* Do not share single BinaryReflectiveSerializer between types. Use a separate instance for each type. This will eliminate descriptor dictionary lookup and simplify the code.
* Use generic Read/Write methods in serializer to avoid casting and boxing. Maintain compatibility with existing IBinarySerializer interface by wrapping user-defined serializers.
* Serializer should be responsible for creating new instance, not reader, to allow optimizations for certain types.
* Remove IBinarizable check from reflective serializer



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