WebObjects 5.2.3

Uses of Class
com.webobjects.foundation.NSCoding.Support

Packages that use NSCoding.Support
com.webobjects.foundation Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. 
 

Uses of NSCoding.Support in com.webobjects.foundation
 

Methods in com.webobjects.foundation that return NSCoding.Support
static NSCoding.Support NSCoding.Support.supportForClass(Class aClass)
          Gets the registered NSCoding.Support class to encode and decode instances of aClass.
 

Methods in com.webobjects.foundation with parameters of type NSCoding.Support
static void NSCoding.Support.setSupportForClass(NSCoding.Support support, Class aClass)
          Sets support as the NSCoding.Support class to use for encoding and decoding instances of aClass.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.