Contents

classForKeyedUnarchiver()

Overridden by subclasses to substitute a new class during keyed unarchiving.

Declaration

class func classForKeyedUnarchiver() -> AnyClass

Return Value

The class to substitute for the receiver during keyed unarchiving.

Discussion

During keyed unarchiving, instances of the receiver will be decoded as members of the returned class. This method overrides the results of the decoder’s class and instance name to class encoding tables.

See Also

Archiving