psineur / NSObject-AutomagicCoding

Ability to save every object to PLIST without any special coding.
Other
237 stars 35 forks source link

AMC_NOTHROW #13

Closed psineur closed 12 years ago

psineur commented 12 years ago

Add ability to disable all exceptions. When exceptions are disabled - dictionaryRepresentation, objectWithDictionaryRepresentation: & initWithDictionaryRepresentation: will simply return nil on all errors.