Apple already provide a great interface for serializing object graphs. It would be a good idea to support encoding / decoding by subclassing NSCoder.
It would also be a good idea to rename 'separatorChar' and 'newline' in terms of delimiters (e.g 'field delimiter' / 'record delimiter') using whichever names are appropriate with NSCoder.
Apple already provide a great interface for serializing object graphs. It would be a good idea to support encoding / decoding by subclassing
NSCoder
.It would also be a good idea to rename 'separatorChar' and 'newline' in terms of delimiters (e.g 'field delimiter' / 'record delimiter') using whichever names are appropriate with
NSCoder
.