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

[327 byte] By [marianopalomeroa] at [2007-11-26 17:05:36]
# 1
no
georgemca at 2007-7-8 23:33:22 > top of Java-index,Core,Core APIs...