Declaration

func propertyListValue(format: GSFormatVersion) throws -> [String : Any]

Declaration

- (NSDictionary<NSString *,id> *) propertyListValueFormat:(GSFormatVersion) format error:(NSError **) error;

Declaration

propertyListValueFormat_error_(format: GSFormatVersion) -> tuple[dict[str, object], NSError]

Parameters

format

The source format used for the representation.

Parameters

format

The source format used for the representation.

error

On return, an error that prevented encoding.

Discussion

Property-list encoding supports format 3 and later.

See Also

Encoding