Hi, I'm running Julia 0.3.5 and I have some tree structures with nodes pointing to both parents and children. I want to serialize/deserialize these to/from file storage, but the serialize function gives a long string of errors (longer than the length of my shell output buffer), so I'm guessing its a problem with the circular references (deepcopy works fine.)
Is there some solution to this problem (an existing package/etc)? I could write the serialization myself but I'd like to avoid that. Levi