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 10:16:04 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010279#comment-16010279 ] 

Pavel Tupitsyn commented on IGNITE-5213:
----------------------------------------

Fixed in master: only {{ICollection}}, {{ArrayList}}, {{IDictionary}}, {{Hashtable}} fields are now written in Java format, all other fields are written as objects.

> .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
>              Labels: .NET
>             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)