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)