B
Behzad
hi all,
I have a problem with binaryformatter class.Wish you could help me.
suppose there is an object with lots of properties each referencing to
an object.each object, itself can reference to some other complex type
all of each are my own classes not .net classes.
Now after calling the Serialize method, an exception thrown which
says:
Type "xxx classs" in Assembly 'xxx assembly, Version=1.0.3137.28396,
Culture=neutral, PublicKeyToken=null' is not marked as serializable.
what i am searching is the property to which the exception referes.i
have searched my code and did not find the reference the exception
says.So i came to conclusion if there was an object graph inspector i
could find the problem.I googled but did not find any.Could you please
help me if you know one?
Thanks in advance
Sedighzadeh
I have a problem with binaryformatter class.Wish you could help me.
suppose there is an object with lots of properties each referencing to
an object.each object, itself can reference to some other complex type
all of each are my own classes not .net classes.
Now after calling the Serialize method, an exception thrown which
says:
Type "xxx classs" in Assembly 'xxx assembly, Version=1.0.3137.28396,
Culture=neutral, PublicKeyToken=null' is not marked as serializable.
what i am searching is the property to which the exception referes.i
have searched my code and did not find the reference the exception
says.So i came to conclusion if there was an object graph inspector i
could find the problem.I googled but did not find any.Could you please
help me if you know one?
Thanks in advance
Sedighzadeh