typedstream
Similar to plist format
Magic header: <0x04><0x0b>streamtyped
typedstream.h
You can use typedstreams to save arbitrary C data, including Objective C objects, onto an arbitrary stream (see NXStream) [...] Not only data structures are written, but also their type, allowing for retrieval even in the absence of the code used for saving them
NSCompatibility.h
Apple - Lists.apple.com - NSUnarchiver and StickiesDatabase
http://www.opensource.apple.com/source/CF/CF-744.19/CFBinaryPList.c
AAPL-Darwin - Browse /Darwin-0.1 at SourceForge.net - Darwin 0.3 re-built to run on x86 objc-1.tar.gz
Last updated
Was this helpful?