Description
Types intended to be serialized with XmlSerializer can be identified by [XmlRoot] attribute, or one of the [XmlElement], [XmlAttribute], etc attributes on type members.
We should write such types using Ignite binary format, and respect attributes where applicable.
Attachments
Issue Links
- is related to
-
IGNITE-2703 .NET: Dynamically registered classes must use binary serialization if possible
- Resolved