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 2017/05/15 08:49:04 UTC

[jira] [Created] (IGNITE-5213) .NET: Reflective serializer fails on custom dictionaries

Pavel Tupitsyn created IGNITE-5213:
--------------------------------------

             Summary: .NET: Reflective serializer fails on custom dictionaries 
                 Key: IGNITE-5213
                 URL: https://issues.apache.org/jira/browse/IGNITE-5213
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.0
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.1


See {{BinaryReflectiveActions:489}}. All types that implement {{IDictionary}} and are not generic are written as {{Hashtable}}, which is not correct, since type information is lost. Deserialization fails with {{InvalidCastException}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)