I’m trying to encode the follow array:
(from console log)
aLibrary is: (
{
libDateAdd = “19-13-01 12:29:32”;
libDateMod = “19-13-01 12:29:32”;
libFilePathURL = “file:///Users/kerry/Documents/DJK-Tel%20Traktor%20Tools/Search%20History/lib8.xml”;
libInclude = YES;
libName = lib8;
libPlaylists = (
“<BAGenericObject @0x608001030b20: OSAID(577) ComponentInstance(0x810000)>”,
“<BAGenericObject @0x600000833c20: OSAID(1065) ComponentInstance(0x810000)>”
);
libType = “NML Playlists”;
}
)
but of course it’s hanging on the libPlaylists.
How do I make them adopt NSCoding?
thanks