Returns a data object containing the encoded form of the object graph whose root object is given.
Original signature is '+ (NSData *)archivedDataWithRootObject:(id)rootObject'
Available in Mac OS X v10.0 and later.


- rootObject (Id)
- The root object of the object graph to archive.

A data object containing the encoded form of the object graph whose root object is rootObject.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)