Anuken/Arc

Serialization error

xzxADIxzx opened this issue · 1 comments

Json#toJson throws StackOverflowException when serializing IntMap: after calling IntMap#entries, IntMap#keys or IntMap#values, a MapIterator is created and stored in IntMap, but the problem is that MapIterator has a reference to IntMap, and when serializing, it gets into an infinite loop.

I'll be glad if this gets fixed and thanks in advance.

As far as I can see, this has already been fixed.
Thanks :3