From: Arne Vajhøj on
On 11-06-2010 11:36, Peter Duniho wrote:
> That said, not all object graphs have cycles, and AFAIK the .NET
> serialization stuff doesn't have problems with acyclic graphics.

It may also be relevant to note that the "real" serialization
(BinaryFormatter and SoapFormatter) can handle cycles - it is only
XmlSerializer that has the problem.

Arne