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 2018/05/23 19:12:00 UTC

[jira] [Created] (IGNITE-8588) .NET: Serialization issue when derived type hides base type member

Pavel Tupitsyn created IGNITE-8588:
--------------------------------------

             Summary: .NET: Serialization issue when derived type hides base type member
                 Key: IGNITE-8588
                 URL: https://issues.apache.org/jira/browse/IGNITE-8588
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.4
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn


The following class structure causes an exception that is hard to understand (when putting instance of B into Ignite cache):

{code}
public class A
{
  public int bob;
} 

public class B : A
{
  public int bob;
}
{code}

See user list thread for more details:
http://apache-ignite-users.70518.x6.nabble.com/Binary-type-has-different-fields-error-td21540.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)