Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Remove serialization methods #1

Open
mikeabdullah opened this issue Mar 10, 2013 · 1 comment
Open

Remove serialization methods #1

mikeabdullah opened this issue Mar 10, 2013 · 1 comment

Comments

@mikeabdullah
Copy link

Since they're just tiny wrappers around NSCoding and friends, they have little purpose (we can use NSKeyedArchiver directly). I don't believe any other collection class in Cocoa has such an implementation.

@dongyuwei
Copy link

in my testcase PJTernarySearchTree * tree = [NSKeyedUnarchiver unarchiveObjectWithFile:path] is much slower than 1. read a json file to NSDictionary 2. build PJTernarySearchTree from the dict.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants