Denis Magda created IGNITE-4123:
-----------------------------------
Summary: Ignite.NET: Employee object must be serialized with BinaryMarshaller
Key: IGNITE-4123
URL:
https://issues.apache.org/jira/browse/IGNITE-4123 Project: Ignite
Issue Type: Sub-task
Components: platforms
Reporter: Denis Magda
Fix For: 1.8
{{Apache.Ignite.ExamplesDll.Binary.Employee}} is labeled with {{[Serializable]}} annotation which force to use .NET serializer for it. We should remove the annotation making sure that Binary Marshaller is always used instead.
As far as I remember, if an object is set in {{BinaryConfiguration}} then Binary Marshaller will be used all the time, even if object's class is labeled with {{[Serializable]}}. If it's so then this has to be documented on this page
https://apacheignite-net.readme.io/docs/serialization--
This message was sent by Atlassian JIRA
(v6.3.4#6332)