Cocoa Programming With Java & Plists!!

jcart12

Registered
I'm currently learning Cocoa via Java. (just can't stick the smalltalk syntax - makes my eyes go funny:cool:)

Anyhow I noticed that the java wrapper for NSArray does not support initFromFile or writeToFile. So what is the recommended manner for generating plist files etc. Are we supposed to use Java serialization?? I was hoping Cocoa would support something directly and natively within OSX (better performance), but I can't find anything?
regards
John.
 
Java has a class called NSPropertyListSerialization... but I haven't looked at it much. Looks promising though.

F-bacher
 
Back
Top