vatrogasac
New Member
I'm trying to serialize an array of objects but I'm having a problem because I don't know of all the properties that could come through for my object. Is there an easy way to have a default method that will set a property if it doesn't find it in the list of properties of an object? <BR><BR>I've read a little bit about inheriting from the collection base and setting what appears to be a default property but I can't find anything that doesn't try to use an existing property on an object. Any help would be great! <BR><BR>Thanks, <BR>Tom