How To Archive Objects using NSCoding?
In native Cocoa, you can archive objects, arrays, and other data structures by using NSCoding methods such as encodeWithCoder and initWithCoder, which is a way of persisting the data to disk. Is this possible with Titanium Mobile? If not, is this a feature that can be considered for a future release?