Has Serializable implementation influence on general performance?
Hi all,
I wonder if the fact of simply implement Serializable interface without using it can cause the application run slower. I mean, if I put 'implements java.io.Serializable' on the class declaration without using the serialization features can make my class run slower?
thanks in advance,
mariano

