class(forClassName:)
Returns the class from which this unarchiver instantiates an encoded object with a given class name.
Declaration
func `class`(forClassName codedName: String) -> AnyClass?Parameters
- codedName:
The name of a class.
Return Value
The class from which the receiver instantiates an encoded object with the class name codedName. Returns nil if the receiver does not have a translation mapping for codedName.
Discussion
The class’s separate translation map is not searched.