LOL. Never thought of it. I did google other strings in the source.
Hrmmm, that is not exactly the source I had pasted into my editor. Unfortunately I no longer have that original source either, I modified it to look more like what I need.
Serialization is kicking my gas pressure relief valve. I suspect I'm in
Java 101 trying to figure out a Java 403 topic
Heh. I just realized that by looking for 1 more field in my parser then the results of my program can act as the save file. The whole point is to take reports from disparate sources and times and combine the info into 1 big array, which I then print out. I keep track of the source and date of the last time I saw each resource, this is the extra field I need to parse.
Dang, hours trying to serialize my data, 10 minutes to dump it and get my load/save working.