There is a very long-standing bug in Java serialization where it is prone to stack overflow errors when serializing large object graphs, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4152790 for the bug.
I'm wondering whether JBoss Serialization also suffers from this problem?
Thanks,
Ian.