mathnet / mathnet-spatial

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

Serialization surrogate updates #151

Closed Jones-Adam closed 6 years ago

Jones-Adam commented 6 years ago

Added XML attributes so xml formatting for the surrogates matches the existing xml format for those types with custom XML formatting

Fixed missing XML reference for .netstandard 1.3

Simplified the serialization namespace - no need for a datacontract specific item, its more general then that (although datacontracts is currently the only thing that uses it - this will change)