Re: serialize ALL objects?
I'd say put the array in a class and declare the class as serializable. If the array contains your own defined class objects this class object should also be declared as serializable.
ps: Don't ask me for a sample, I'm still a VB.NET developer attemptng to learn C# :blush:
Re: serialize ALL objects?
lol ill give this a shot
thanks
Re: serialize ALL objects?
Just serialise the array, the array will deal with everything. I assume you are using Binary serialization and not XML.