Skip to content
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

Json net 7 #1128

Merged
merged 2 commits into from
Jul 9, 2015
Merged

Json net 7 #1128

merged 2 commits into from
Jul 9, 2015

Conversation

rogeralsing
Copy link
Contributor

This PR introduces Json.NET and removes the old DU hacks we had in the serializer.

This closes: #1127 #1126 #999 #827

return res;
}
//The JObject is not of our concern, let Json.NET deserialize it.
return j.ToObject(type, parent._serializer);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does the magic, if we get a JObject, we can pass in the same settings as we use for other serialzation, and things turns out correct :)

@Aaronontheweb
Copy link
Member

I'm kind of the opinion that we should just pull this in anyway buuuuuuuuuut

image

What sort of risk is there for this change to cause Akka.NET to be incompatible with other stuff that depends on JSON.NET, such as ASP.NET MVC?

@rogeralsing
Copy link
Contributor Author

@Aaronontheweb I have absolutely no idea :) maybe a simple assembly version redirect would work in those cases. ¯\_(ツ)_/¯

@Aaronontheweb
Copy link
Member

A BRAVE NEW WORLD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants