iOS serialization benchmark: Cocoa Archive Framework vs custom serialization(biasedbit.com)
biasedbit.com
iOS serialization benchmark: Cocoa Archive Framework vs custom serialization
http://biasedbit.com/caf-vs-custom-serialization/
1 comments
You could think of reducing the need for so much boilerplate code in encoding/decoding through object introspection ( http://stackoverflow.com/questions/2299841/objective-c-intro... )