Alright, so I have this fairly complicated Java Class which I've made an instance of. Now I want to write it to disk. My first thought is to use NSArchiver, but that has been repeatedly mentioned as being broken on the Omniweb osx-dev list. To get around this, I thought I could just have my Java class implement NSCoder so then I could freeze dry it (essentially what IB does). But I'm having trouble finding anyone who as actually ever done this.
Any help would be appreciated,
F-bacher