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)

Reply via email to