Tag Archives: serialization

Persisting model state in Obj-C

Serialization One of the benefits of having the model separated from your view concerns is that you can easily persist your model state to a permanent storage – for example a file or a database. If you want to serialize your model state to a file you can leverage Cocoa archiving which can serialize any [...]
Posted in iPhone | Also tagged , , , | Leave a comment