Contents

class(forClassName:)

Returns the class from which this unarchiver instantiates an encoded object with a given class name.

Declaration

class func `class`(forClassName codedName: String) -> AnyClass?

Parameters

  • codedName:

    The ostensible name of a class in an archive.

Return Value

The class from which NSKeyedUnarchiver instantiates an object encoded with the class name codedName. Returns nil if NSKeyedUnarchiver does not have a translation mapping for codedName.

See Also

Managing Class Names