Data

  • Unarchive data into an object. It will be returned as type Any.

    Declaration

    Swift

    public func convert() -> Any
  • Converts an object into Data using NSKeyedArchiver

    Declaration

    Swift

    public static func toData(object: Any) -> Data