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

Serialize inherited list from root JSON array #36

Merged
merged 1 commit into from
Sep 10, 2013
Merged

Serialize inherited list from root JSON array #36

merged 1 commit into from
Sep 10, 2013

Conversation

haacked
Copy link
Contributor

@haacked haacked commented Sep 7, 2013

This test actually comes from a scenario in RestSharp.

Given a root JSON array that matches a generic list, we should be able to deserialize that to a type that derives from that generic list.

I added some unit tests that illustrate the issue.

@prabirshrestha
Copy link
Member

I merged the other PR. Can you do a rebase.

Thanks.

This test actually comes from a scenario in RestSharp. Given a root JSON
array that matches a generic list, we should be able to deserialize that
to a type that derives from that generic list.
@haacked
Copy link
Contributor Author

haacked commented Sep 9, 2013

Yep, done!

prabirshrestha added a commit that referenced this pull request Sep 10, 2013
Serialize inherited list from root JSON array
@prabirshrestha prabirshrestha merged commit fbe66d6 into facebook-csharp-sdk:master Sep 10, 2013
@prabirshrestha
Copy link
Member

version 0.27.0-beta is up https://www.nuget.org/packages/SimpleJson/0.27.0-beta

will drop the beta after few days.

@haacked
Copy link
Contributor Author

haacked commented Sep 10, 2013

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants