joukevandermaas / saule

JSON API library for ASP.Net Web API 2.
https://joukevandermaas.github.io/saule
MIT License
76 stars 37 forks source link

Allow Missing Properties When Deserializing #154

Closed zanethomas closed 7 years ago

zanethomas commented 7 years ago

When the client creates an object it may not have values for all of the properties. For example, I have a model in Ember that has fields set by the server after a new instance has been created; the client does not have values to provide with the initial Post.

It seems also that this capability is absolutely required to support Patch so it's difficult for me to believe Saule does not already implement the desired functionality.

Am I missing something or should I submit a Pull Request? :)

zanethomas commented 7 years ago

my mistake :)