Closed GoogleCodeExporter closed 9 years ago
That would be a good feature to have. I will add a MissingPropertyAction that
you
can set to Ignore.
Serializer s = new Serializer(typeof(MyClass));
s.Config.MissingPropertyAction = MissingPropertyOptions.Ignore;
I'm leaning toward just making ignore the default.
Which version are you using?
Original comment by elliott....@gmail.com
on 2 Mar 2010 at 10:05
Note: I've chosen not to make this a boolean property because I actually want
to expand
it later on to allow you an option to inspect the property and decide the
action for
yourself.
Original comment by elliott....@gmail.com
on 2 Mar 2010 at 10:08
The featured+stable release... v3.0.25.205, sounds like a great solution!
Original comment by lang...@gmail.com
on 3 Mar 2010 at 1:44
This issue was closed by revision r267.
Original comment by elliott....@gmail.com
on 16 Apr 2010 at 2:57
Release 3.1
Original comment by elliott....@gmail.com
on 16 Apr 2010 at 3:51
Original issue reported on code.google.com by
lang...@gmail.com
on 2 Mar 2010 at 9:53