Eliahu Aaron

Results 2 issues of Eliahu Aaron

Note: This issue seems to already be reported in previous issues but the exact case and cause where not provided. **Bug description** When using SharpSerializer NuGet package in a project...

There are no settings to ignore attributes/properties from deserialization. The settings: `SharpSerializerSettings.AdvancedSettings.AttributesToIgnore` `SharpSerializerSettings.AdvancedSettings.PropertiesToIgnore` Are only used to ignore from serialization, not from deserialization. It would be nice if there was...