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

Array inside the object cannot be deserialized to set of objects #73

Open
AndrewGumenyuk opened this issue Jun 18, 2017 · 0 comments
Open

Comments

@AndrewGumenyuk
Copy link

AndrewGumenyuk commented Jun 18, 2017

As for me, I have an array of objects that involve themselves in an array of objects.

Example,
Node
{
Child[] Childs { get; }
}
So, as a result, this array won't be deserialized and I will get an empty array

But if I have a list this works and these objects are deserialized.
Thanks, best regards

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

No branches or pull requests

1 participant