I was just wondering what kind of performance improvements would one expect to see for serializing plain old String objects. I am planning on using JBossCache to cache XML data and it uses JBossSerialization under the hood for this. Also, does the serialization mechanism compress strings?
Thanks,
ray
We don't do any sort of compressions on Strings...
However, I'm planning to implement http://jira.jboss.com/jira/browse/JBSER-84 on a next release.