I have an NSArrayController associated with an NSUserDefaultsController, and the array stores my own class, which corresponds to NSCoding.
I seem to need NSArchiver, but I can't figure out how to glue it all together
You need a value converter that you can specify in the binding parameters. You can use it NSKeyedUnarchiveFromDatato serialize an array to enter data with a key, or make your own custom value converter to convert objects into an array into the property lists of your own design.
NSKeyedUnarchiveFromData
Source: https://habr.com/ru/post/1732997/More articles:How to switch to "SMS" mode on an Android keyboard - androidC # Compact-Framework friendly command line parser - parsingCombine text with wildcards in a database? - databaseПрепроцессор llvm g++ проходит - g++Add header to apache - headerstruts reset() не вызывается перед заполнением формы - strutsDraw a line in TextBox C # (.NET 3.5) - c #Number of lines of code in a RAD / Eclipse workspace - eclipseHow to create a tab-delimited txt file? - c #How to execute the “for” command for commands with files with spaces in names? - command-lineAll Articles