ryanmasondavies / CSV

Format data to the comma-separated values format.
MIT License
10 stars 2 forks source link

Use NSCoder #3

Closed ryanmasondavies closed 4 years ago

ryanmasondavies commented 11 years ago

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.

ryanmasondavies commented 4 years ago

Now redundant!