Declaration

func valueAsPropertyListValueFormat(format formatVersion: GSFormatVersion, context: GSSaveContext?, quotesIfNeeded quotes: Bool) throws -> Any

Declaration

- (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]