AMF Serialization (followup Faster Serialization)

While i was looking for the fastest possible way to serialize Java Objects to byte-streams, i was comparing some serialization libs. With the help of Adobe Evangelist Cornel Creanga, i added AMF3 Serialization to the test. Good things first: for my test-case, AMF3 turns out to be slightly faster and a little more compact than [...]

“Faster” Serialization

as i´m gonna be involved in building a System that has some significantly complex aggregated Data Objects to serialize frequently, i came across http://jboss.org/serialization/. this one actually promises some kind of performance gain over plain java serialization … Recently we discovered that most of the problems in JavaSerialization are related to static synchronized caching, what [...]