Skip navigation.
 
mlRe: Freeze Dried Objects/Archiving
FROM : Shawn Erickson
DATE : Tue Jun 13 18:09:10 2006

On 6/13/06, Daniel J Farrell <daniel.<email_removed>> wrote:

> I was searching for NSCoder and NSArchiver and just found
> 'header' page that lists all the methods.


The API reference pages for the various classes almost always provide
links to conceptual or usage guide documents.

For example the page for NSCoder ...

<http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSCoder_Class/Reference/Reference.html>

...list the following as a "Companion document" (look at the top of the page)...

<http://developer.apple.com/documentation/Cocoa/Conceptual/Archiving/index.html>

So two rules I follow...

1) Always remember to review the super classes reference page if the
class has a super class.
2) Always look for links to companion documents from the reference pages.

(links to both of the above are found at the top of the reference page
for the class)

-Shawn

Related mailsAuthorDate
mlFreeze Dried Objects/Archiving Daniel J Farrell Jun 13, 01:03
mlRe: Freeze Dried Objects/Archiving mmalcolm crawford Jun 13, 03:16
mlRe: Freeze Dried Objects/Archiving Sean Murphy Jun 13, 05:52
mlRe: Freeze Dried Objects/Archiving Daniel J Farrell Jun 13, 12:36
mlRe: Freeze Dried Objects/Archiving Shawn Erickson Jun 13, 18:09
mlRe: Freeze Dried Objects/Archiving Daniel J Farrell Jun 13, 22:28