-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support for Json serialization #144
Comments
#145 implements a JsonConverter that can handle all spatial types.
To Deserialize:
Are there any other use cases to support with json serialization? |
@Jones-Adam it's been 1.5 years... Any chances of merging the serialization branch into master and releasing a nuget for it? I'm not sure what's the blocker there, but am willing to contribute. |
Hi! I agree, with @Leon99, why has this not been released yet? |
Can we please revive this issue now that #181 has been pushed to master? |
revive away - the sticking point last time was concern the packaging of support for multiple serialization libraries introduced dependencies, even if optional. Let me know how you want it put together and I am happy to update the code to support the latest versions of the libraries |
Hi @Jones-Adam , thanks for replying. I managed to fix some bus and create a new v0.7.0 tag, however I have not been able to reach out to @cdrnet; I have no rights neither to publish the nuget package in the name of the Math.NET (NuGet) organisation, nor to update the project website or documentation. 😞 I think the idea that was thrown at #47 , that we offer XML and JSON serialization as separate nugets, is definitely worth investigating. |
Provide support so that newtonsoft.json can serialize Spatial types
The text was updated successfully, but these errors were encountered: