[jboss-dev-forums] [Design of JBoss Serialization] - Does JBossSerialization improves performance for Entrnaizabl
kumar_iitm
do-not-reply at jboss.com
Thu Feb 15 13:27:35 EST 2007
Hi,
In our application we are serializing Externalizable objects. In writeExternal(), we basically converting the data into byte[] and writing them into the streams in writeExternal() and readExternal() methods.
But when we initially call writeObject() and readObject() methods, they are taking much of the CPU cycles.
Can we avoid that overhead if we use JBossSerialization?
THanks
Santi
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017170#4017170
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017170
More information about the jboss-dev-forums
mailing list