Yeah, I was trying to avoid the "manual" part, because it's unpleasant and boring. I guess I could just do a recursive function to drill the objects and look for any non-serializable data type.Just thought there would be another better/faster way that I am missing.
I guess not.
cheers
Dani
Main Topics
Browse All Topics





by: gregoryyoungPosted on 2006-09-01 at 10:09:45ID: 17438460
You could rather quickly write a bit of code that used reflections to traverse the objects. Otherwise you will probably be going through links by hand. If you can comment out certain links and still be able to compile depending on your current state you will be able to search much faster by commenting out pieces of the object.
Cheers,
Greg