Posts Tagged ‘serializable’

I’m asked the difference between the two interfaces, Serializable and Externalizable more often than i’d like. It’s pretty simple really. Serializable does all the dirty work for you, it writes the object to the output stream on it’s own without you having to bother about anything at all. Externalizable on the hand makes you do [...]

Friday, January 30th, 2009 at 22:43 | 0 comments
Categories: Java
TOP