Substitute for Iterator that is Serialization
Posted
by Mahmoud
on Stack Overflow
See other posts from Stack Overflow
or by Mahmoud
Published on 2010-05-28T03:07:53Z
Indexed on
2010/05/28
3:11 UTC
Read the original article
Hit count: 287
I'm working on a GWT project, and I have a bunch of Java classes that use Java Object Iterators on the server side. As I was reading through the internet...Iterators seem to not be serializable preventing me from sending them over to the client side from the server side. My question is is there an efficient way to serialize the iterator or use a substitute that might be serializable ?
Many thanks!
© Stack Overflow or respective owner