classNameEncoded(forTrueClassName:)
Returns the name of the class used to archive instances of the class with a given true name.
Declaration
func classNameEncoded(forTrueClassName trueName: String) -> String?Parameters
- trueName:
The real name of an encoded class.
Return Value
The name of the class used to archive instances of the class trueName.