mathnet / mathnet-spatial

Math.NET Spatial
http://spatial.mathdotnet.com
MIT License
376 stars 132 forks source link

Additions for Xml Serialization #152

Closed Jones-Adam closed 6 years ago

Jones-Adam commented 6 years ago

Test support for Xml Serialization via ExtendedXmlSerializer Update Protobuf-net version

This provides the last supporting piece needed to be able to remove serialization attributes and special serialization tags on the main types. The actual removal should be raised as a separate item once this is released.

Note: Currently full serialization xml, json, protobuf, binary, datacontracts is only available under the .netstandard2.0 version. If the minimum framework version is updated to 4.5 most of it can be back ported for that.