Hi,
I have a webmethod returning a "tree" but each node has a reference to its parent. But the XMLSerializer doesn't support circular references. Is it possible to return such circular reference types from webmerthods
Thanks,
Kostadin
Hi,
I have a webmethod returning a "tree" but each node has a reference to its parent. But the XMLSerializer doesn't support circular references. Is it possible to return such circular reference types from webmerthods
Thanks,
Kostadin
Circular reference
ThomasJaeger
You could also use a dataset as it supports circular references, not through pointers (ByRef), but through PK/FK (integer) fields.