|
> Okay, this seems to be irrelevant, in the sense that
they are talking about the Serialization in RMI terms of a linked list, this
here is neither RMI nor, more importantly, a > linked
list.
The
point they're making, and the point that I'm making, is that recursive
serialization of data structures may cause a stack overflow. They're using
a linked list is an example. They suggest that non-recursive solutions may
be the answer.
> That is the problem
with XML serialization also, it is not a linked list but a tree so it is harder
to get the recursion out.
Not really. It can be done in a loop with three
or four (can't remember) extra node objects.
> I am sure someone from the Xerces team will be here
shortly to say that they welcome patches...... Not a patch, but a choice. An
additional implementation may be a wise addition.
|
- Re: Serialization StackOverflowError Maksym Kovalenko
- Re: Serialization StackOverflowError Maksym Kovalenko
- Re: Serialization StackOverflowError Jacob Kjome
- Re: Serialization StackOverflowError Michael Ryan Bannon
- Re: Serialization StackOverflowError Michael Ryan Bannon
- RE: Serialization StackOverflowError Sander Bos
- RE: Serialization StackOverflowError Joseph Kesselman
- Re: Serialization StackOverflowError Michael Ryan Bannon
- Re: Serialization StackOverflowError Michael Ryan Bannon
- RE: Serialization StackOverflowError Sander Bos
- Re: Serialization StackOverflowError Michael Ryan Bannon
- RE: Serialization StackOverflowError Sander Bos
