Hello all,
i have two classes which have both an instance from the other, so i get a
stackOverflowexception, when i try to serialise it.
I read in the forum about the @ignoreProperty, but i don't no exactly how to
use it, because i don't have a getter-method for this property (if i add
one, it changes nothing)
Can someone explain me exactly, how to ignore a property.
Here is my case again:
ClassA
{
...
ClassB b;
}
classB
{
...
ClassA a
}
And i have a webmethod which returnes a, like
public ClassA get...()
{
return a;
}
Thanks for your help
Daniel
--
View this message in context:
http://www.nabble.com/Serialise-recursive-object-structure-tf4726631.html#a13514513
Sent from the XFire - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email