Instance Method
valueAsPropertyListValueFormat(format:context:quotesIfNeeded:) valueAsPropertyListValueFormat:context:quotesIfNeeded:error: valueAsPropertyListValueFormat_context_quotesIfNeeded_error_
Declaration
func valueAsPropertyListValueFormat(format formatVersion: GSFormatVersion, context: GSSaveContext?, quotesIfNeeded quotes: Bool) throws -> AnyDeclaration
- (id) valueAsPropertyListValueFormat:(GSFormatVersion) formatVersion context:(GSSaveContext *) context quotesIfNeeded:(BOOL) quotes error:(NSError **) error;Declaration
valueAsPropertyListValueFormat_context_quotesIfNeeded_error_(formatVersion: GSFormatVersion, context: GSSaveContext, quotes: bool) -> tuple[object, NSError]