Serializable vs. Externalizable
Friday, February 25, 2005
I’ve been testing some assumptions we have always held about moving data using EJBs (and RMI) and what I’ve found is not exactly what I expected. In the places I have worked, we held the belief that Serializable, by default, sent too much information over the wire and that it was slow. This seems to be a mixed case.
(Continued)