read(from:)
Reads the encoded transformer from a file.
Declaration
func read(from url: URL) throws -> Self.TransformerParameters
- url:
A file URL.
Return Value
The decoded transformer.
Reads the encoded transformer from a file.
func read(from url: URL) throws -> Self.TransformerA file URL.
The decoded transformer.