How to Serialize an Array of Objects.
Hello everyone! I have been facing a problem. I have an object (class) named Note, and I have a global variable array of these objects named notebook. What I intend to do, is to make the notebook persist between sessions. I’ve tried Marshal but maybe it was all wrong. Please help. Here’s the link to the source.
Post a comment