I've been reading an article and the author uses such a phrase :
If our model binder deserialized JSON into a ComicBook it would not be able to make that determination because serialization is an all or nothing affair.
While everything was good but suddenly I saw this "serialization is an all or nothing affair" and it doesn't make much sense to me. Could you please explain what he might be meaning?
Source article in case you want to see more context: http://haacked.com/archive/2011/06/30/whatrsquos-the-difference-between-a-value-provider-and-model-binder.aspx

