Saturday, February 28, 2004

Java Serialization Framework

I'm so excited right now. I started the Java Serialization idea 2 years ago! Now, it should not have taken this long to write it, but I've change jobs twice and lots of overtime at my real job doesn't help. Well, I finally got some free time and got it working. I'm still not 100% happy with it, but I plan on making that better over time. The next mission is to be able to run the Java byte codes in the class loader. Should be fun! But, I can at least say that I finished what I set out for part 1. Anyway, check it out here. I've already found it great to debug serialized java object streams (especially, if the classes had changed and someone forgot the serial version UID!). It now does read/write of serialized streams.

No comments: