Archive for 2006/7
-
More Than You Want to Know About Java Serialization
-- 2006-07-29 21:08:00
Serialization is Easy! Most people who have worked with java enough know the basic about java serialization. If your class implements the tagging interface java.io.Serializable, java.io.ObjectOutputStream will handle writing it to a binary file in such a way that java.io.ObjectInputStream can read it back so that you get your original object. It's easy. However, this is often insufficient. You'll easily ...
-
Greetings
-- 2006-07-28 00:13:00
I know what you're thinking... What a conceited bastard!? Calling himself a rock star programmer. No, it's not like that. I am a programmer, at least I enjoy programming and people pay me to do so. I've never considered myself particularly special, though. In fact, I get really annoyed when people try to refer to me as some kind of ...