serialize(to:)
Writes the contents of the archive to a file.
Declaration
func serialize(to url: URL) throwsParameters
- url:
The URL for the destination file.
Discussion
The destination folder needs to exist when you call this method.
Writes the contents of the archive to a file.
func serialize(to url: URL) throwsThe URL for the destination file.
The destination folder needs to exist when you call this method.