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

Extend deserializer to support populating instantiated objects #130

Closed
ddevault opened this issue Apr 26, 2015 · 2 comments
Closed

Extend deserializer to support populating instantiated objects #130

ddevault opened this issue Apr 26, 2015 · 2 comments

Comments

@ddevault
Copy link

Json.Net allows you do do something like this:

JsonConvert.PopulateObject(string, object);

Any properties that aren't found in the JSON are left alone on the object. Is something similar possible for YamlDotNet?

@Predelnik
Copy link

+1, for now I convert to Json and use Json.net for this.

@EdwardCooke
Copy link
Collaborator

This issue appears to be abandoned, I'm going to close it.

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

No branches or pull requests

4 participants