
serialization.jboss.org
JBoss Serialization - JBoss CommunityJBossSerialization is a new approach. We (java developers) have accepted over the years java.io.ObjectInputStream and java.io.ObjectOutputStream being slow when dealing with writeObject operations. We then started using Externalizable objects as a faster approach for serialization, but even that way was slow when using writeObject operations inside externalizable classes. The main feature in JBossSerialization besides performance, is Smart Cloning. This approach is at least 10 times faster. We are using ...
http://serialization.jboss.org/